use of unconstructed message..



Hi all,
iam consuming .net webservice from orchestration and this webserivice takes
two primitive data type parameters and returns int value to orchestration.

>From the web message which is returned by the webserive i constructed schema
message (outmsg) using construct shape with message assignment shape in it.

Every thing goes well till here ,no shape shows errors while writing
expressions.
Once i tried to compile it is throwing compilation error "use of
unconstructed message outmsg ".

wt is the actual error, i do not find any thing wrong in the orchestration
configuration.

pls give ur suggestions over this issue,

Thanks in advance,
prakash




.



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)
  • The best overloaded method match ... has some invalid arguments
    ... I have a compilation error generated by this scenario: ... the web application uses the WebService and the Class Libaray ... inside the webservice i have one web method with argument of my pre-defined ... class myClass // object from this class should be passed to a web service ...
    (microsoft.public.dotnet.framework.aspnet.webservices)