hey,
I am working on Biztalk Server 2006 R2 using windows XP. I currently move to WCF and want to convert my old SOAP based services on WCF basic-http adapter.
I have converted it. Deploy , export through wcf web publishing wizard, genarate metadata through svcutil.
When I try to hit the services , service run fine, no errors but services suppose to return response XML in a string but it returen “null“. I have debugged my components, my services in HAT, everything is working fine but in the end when services sent response XML it converted to null at some point and i was getting “null” in a string.
I use Pass Thu Transmit for Send pipeline.
Can any one help me