Send Port Configuration

Home Page Forums BizTalk 2004 – BizTalk 2010 Send Port Configuration

Viewing 1 reply thread
  • Author
    Posts
    • #24540

      HI experts..My Client generated Proxy from web service.Now how can I Configure the send port in biztalk server for a web service proxy..I mean We don’t know the  URL of the
      web service..We are having only the methods in proxy.

      I need to send a request to one of the methods in proxy..

      How can i configure the SEND PORT..and in URI tab which value(URL)
      can i assign?Needed badly urgent..

    • #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.

      • #24545

        Here i dont know the URL address..U r reply is related to “Known Url”.Thank u

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.