Click here to Skip to main content
15,867,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have to create a biztalk 2010 orchestration that is to call different web services for same purpose. For example Inquary.
My goal is to have a non-changing Inquary orchestration when I have to add a new web service. I want add the web service reference and do the mapping and be able to use this new web service from the non-affected Inquiry orchestration.

Except ESB how can I handle this need?

Thnx in advance
Posted

1 solution

Hi,

Create non-changin Inquary orchestration where this web service is being called and call this orchestration from different orchestration using call shape and pass the request message to Inquary orchestration.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900