Re: Consume WebService

Home Page Forums BizTalk 2004 – BizTalk 2010 Consume WebService Re: Consume WebService

#18695

I have the similar puzzlement about how to consume heterogeneous web services.If I use a dynamic port binding, I must
firstly add the web reference or the web proxy rely on the web service in the BTS project,with that programmatically set
the method name and assembly name in the expression shape.
I mean if must do this thereby will increase the coupling with those services.Considerations when implementing a ESb
by biztalk,What the detailed implementation under the intelligent routing agent in the Microsoft ESB guidance?