Re: SOAP adapter returning Worng response

Home Page Forums BizTalk 2004 – BizTalk 2010 SOAP adapter returning Worng response Re: SOAP adapter returning Worng response

#19316

Hi Ashish,

 since your application is consuming a web service (on nextance), you may intercept/view requests and responses exchanged with this web service using the toolkit.

All you have to do is to configure the BizTalk Send Port that consumes the Web service such as it points to the SOAP toolkit instead of the nextance server,

http://localhost:8080/Nextance.asmx instead of http://[NextanceServer]:80/Nextance.asmx

In the SOAP Toolkit, configure it to listen to port 8080 on localhost, and redirect to NextanceServer:80

by doing this, you should view requests and responses coming from the nextance server before BizTalk “alters” it

 let me know if this helps,

Mike