08-24-04 11: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
[ Post a follow-up to this message ]
|