Sendport for Webservice



Hi,

I would like to have a webservice to accept all kinds of messages from
an orchestration. For that I created a simple webservice with a methode
called "receivedata" that acceptes a xml-document.

But how can I setup Biztalk to send different messages of an
orchestration to a single webservice?
.



Relevant Pages

  • Re: Custom pipeline in a Orchestration webservice
    ... other message and implement your transform functionality. ... In Orchestration my Receive shape receives the message type ... But when i publish this Orchestration as a webservice. ...
    (microsoft.public.biztalk.general)
  • Re: Consuming BizTalk webservice
    ... The web service exposed by your orchestration is not different from any other webservice. ... In your orchestration case the parameter you pass will be the message, from a XSD schema which is equivalent to a complex type in ..NET. ... Say for example a webservice is expecting an object of type Employee, then the client application needs to construct that object and pass it as a parameter, which will eventually get serialized in the wire format and transmitted to the webservice. ... calls all want this object of "rootNodeName" type. ...
    (microsoft.public.biztalk.general)
  • RE: Manual Invokation of orchestration from remote machine.
    ... I have a question regarding the orchestration as a webservice. ... The wizard created the webservice which is in turn calling the ... >> BTSHttpReceive.dll is the piece that allows BizTalk to receive messages from HTTP. ...
    (microsoft.public.biztalk.general)
  • Re: Web Reference Problem
    ... BizTalk 2004 doesn't support array parameters in webservices directly in the ... component you call from the orchestration from an expression shape. ... Are you exposing the webservice and consuming it from the same biztalk ... or are this separate biztalk groups entirely? ...
    (microsoft.public.biztalk.general)
  • use of unconstructed message..
    ... iam consuming .net webservice from orchestration and this webserivice takes ... two primitive data type parameters and returns int value to orchestration. ... Once i tried to compile it is throwing compilation error "use of ... unconstructed message outmsg ". ...
    (microsoft.public.biztalk.general)