Retrtrieving a xml File from Biztalk server to webservice

Home Page Forums BizTalk 2004 – BizTalk 2010 Retrtrieving a xml File from Biztalk server to webservice

Viewing 1 reply thread
  • Author
    Posts
    • #22346

      I am new to Biztalk server my requirement is how we can send a xml file from biztalk server to webservice

    • #22347

      configure the send port (http) with webservive url

      • #22349

        That assumes you are using either HTTP GET or POST for the web service and not SOAP.  Plus it is going to require that you place additional code in the web service constructor to capture the posted data.  I’ve done it before this way. It works, but it’s not an elegenat solution and probably takes more time do develop as well.

        The proper way do it is to add a reference to the webservice in your BizTalk project.  From there you can create an orchestration and add a web service port to send the XML and receive the response. 

        Ben McFarlin
        BizTalk Consultant

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