Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Http Adapter – URI ?
- This topic has 4 replies, 1 voice, and was last updated 9 years, 5 months ago by
community-content.
-
AuthorPosts
-
-
November 3, 2006 at 9:15 PM #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,
-
November 5, 2006 at 9:10 PM #16325
-
November 7, 2006 at 10:18 AM #16352
Yep, that was my mistake. I fixed it and it works fine…
Thanks a bunch
-
June 16, 2008 at 11:50 PM #19927
Hi,
i’m triying to send message form asp.net to biztalk server through HTTP adapter, pls can u send the process.
i’m very thank ful if u send answer.
thanks,
Rajendra.
-
June 17, 2008 at 4:55 AM #19928
Take a look at the HTTP adapter sample: http://msdn.microsoft.com/en-us/library/aa561092.aspx. It shows how to send messages from an ASP.NET app to BizTalk. It should help.
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.