|
Home > Archive > BizTalk Server General > August 2004 > http request response question?? ( Newbie in Bts 2004 )
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
http request response question?? ( Newbie in Bts 2004 )
|
|
| Tushar Dabhade 2004-08-23, 5:50 pm |
| Hello all,
trying to find out the best way t handle request response
POSTING HTTP/1.1 XML Message to http://something/recievexml.asp
This response comes back as XML ( say.. )
<ACK>
<ERROR>Problem in Posting invalis SSN</ERROR>
</ACK>
I am trying to do this in Biztalk 2004. I want to read this <ACK> and
write/communicate further. Do I have to do this through Orchestration?
Can anyone please suggest step by step approach what I need to do? Please
help.
--
Appreciate your help!
Thanks,
Tushar
| |
| Christof [MVP] 2004-08-24, 6:59 pm |
| To do this, create a request reponse port in your orchestration and
implement the ack logic inthere. (Using expression shapes or perhaps the
rules engine...)
Create in the BizTalk explorer inside VS.NET a receive port with HTTP as the
transport.
If you deploy your orchestration, you can bind the two together.
Best regards,
Christof
--
Christof [Microsoft BizTalk Server MVP]
"Tushar Dabhade" <TusharDabhade@discussions.microsoft.com> wrote in message
news:2F2FD46B-67A5-4910-818F-9A236D8CFD18@microsoft.com...
> Hello all,
> trying to find out the best way t handle request response
>
> POSTING HTTP/1.1 XML Message to http://something/recievexml.asp
>
> This response comes back as XML ( say.. )
> <ACK>
> <ERROR>Problem in Posting invalis SSN</ERROR>
> </ACK>
>
> I am trying to do this in Biztalk 2004. I want to read this <ACK> and
> write/communicate further. Do I have to do this through Orchestration?
>
> Can anyone please suggest step by step approach what I need to do? Please
> help.
>
> --
> Appreciate your help!
>
> Thanks,
> Tushar
|
|
|
|
|