Help! about web service

Home Page Forums BizTalk 2004 – BizTalk 2010 Help! about web service

Viewing 1 reply thread
  • Author
    Posts
    • #13359

      I need to get data from a web service.One of methods in this web service has no parameters, and has no return value.so,I create a request-response port in order to connect with the web service.
      the question is:
      since There is no parameters , how to initialize the input message?
      thanks!

      • #13360

        Thank you for the help!
        Follow your advice,the problem is solved.

    • #13358

      You create an message in the orchestration using your web service request type.
      Add a Construct message shape for this message (does not require a Transform or Message Assignment shape) i.e. constructs a null message.

      Then send this message to the web port.

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