Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Send Port Configuration › Re: Send Port Configuration
April 12, 2010 at 6:56 AM
#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
Worth googling, there are many examples you can find about using dynamic SOAP port.