Http Adapter – URI ?

Home Page Forums BizTalk 2004 – BizTalk 2010 Http Adapter – URI ?

Viewing 1 reply thread
  • Author
    Posts
    • #16317

      Hi,

             I have a ASP.net application which calls in to the orchestration. The orchestration does some task and sends the result back to ASP.net page via send adapter. My question is What should be the URI for Http adapter send port ?

             The virtual directory under web-site (IIS configuration manager) is "MySample". I tried specifying the URI as http://localhost/MySample/bin/App_web_XXX.dll and I get back the following.

      <BizTalkHttpReceive><CorrelationToken TokenType="SUBMIT">{EF643007-96ED-415B-BA12-59FD5F92C0B9}</CorrelationToken></BizTalkHttpReceive>

      I googled for the above thing and did find reference to this on MSDN , but it doesn't help me to know why I am not getting the actual response data.

      One more thing to add,

      If I change the send port transport to FILE, I get the results correctly in the output file. This proves atleast my request is being received correctly by the receive port which is set to HTTP.

      Any help on this is appreciated. 

      Thanks in advance,

       

    • #16325

      Are you using one-way receive port to receive the file from the asp.net page….and one way send port to send the result back to the asp.net page.

      If yes then therez the mistake.

      You should use Request-Response receive port…..and you will get the response perfectly.

      Hope you find it helpful.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.