Re: Send Port Configuration

Home Page Forums BizTalk 2004 – BizTalk 2010 Send Port Configuration Re: Send Port Configuration

#24543

You need to know the URL of the webservice to send your message at least during runtime. If you will determine the URL dynamically then you can send message using Dynamic Send Web Port.

You need to assign the URL dynamically like:

WSPort(Microsoft.XLANGs.BaseTypes.Address) = “Client asmx URL”;

These post might be useful to you:

http://biztalk-dev.blogspot.com/2008/02/dynamic-soap-adapters.html

http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/73bc4c9a-e12b-412d-8e72-92198a9bed22

Worth googling, there are many examples you can find about using dynamic SOAP port.