08-18-04 10:52 PM
Hi Ramani,
A few optinns you could look at:
Use a dynamic send port, and set the send port properties based on the value
in the XML response.
Use a decision shape in your orchestration to make a decision based on the
response, and route the message to fixed send ports.
Create a promoted property in your outbound message (such as targetPort),
and use content based routing in the send ports to filter the message
(publish-subscribe).
The best solution will depend on how many send ports you have, and how
frequently they will change.
/Alan
BizTalk Patterns and Practices
http://geekswithblogs.com/asmith
"ramani viswanathan" wrote:
> Hi
>
> I need to design an orchestration that takes input xml via receive port,
> send to a web service which validates and sends back a response xml( which
is
> diferent from the original xml passed to web service). Now based on the va
lue
> on the response xml, I want to forward my original xml to a send port. How
> can I achieve this?
>
> Thanks
> Ramani
[ Post a follow-up to this message ]
|