biztalk webservices question

Home Page Forums BizTalk 2004 – BizTalk 2010 biztalk webservices question

Viewing 2 reply threads
  • Author
    Posts
    • #17368

      We wave several peer-to-peer webservices in the organization.  We want them to route tru biztalk.

      I defined a send port to an existing webservice.  How do i configure the recieve port ?  because we send a XML message from

      a webform to that recieve port ?  Do you have to create a new webservice that routes it to the send port (and existing xml).

       

    • #17374

      If you'd like to use a web service to interact with BizTalk, it's best to generate one using the "Web Services Publishing Wizard" that gets installed inside Visual Studio.  This builds a service for you based on BizTalk schemas or orchestrations, and contains the code necessary to publish a message into the BizTalk infrastructure.  Once you have that service, you create a receive location that listens on that service location.  When a mesage is posted to the service, it's grabbed by that port.

    • #17408

      You can create a receive location with a URI pointing to the virtual directory you set up on IIS for the Web Service, using SOAP or WSE

      e.g.  "/Test/WebService1.asmx"

      If you publish the web service using biztalk webservice wizard, a prompt will pop up to ask if you'd like a receive location created for you, all be taken care of

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