| Matt Milner 2004-05-21, 5:55 pm |
| Drop a construct shape on your orchestration right before your send to the
web service and put an assignment shape in it. Set he messages constructed
property to the web request message for your service. In the assignment
shape, set any properties on the message for your inbound parameters.
Matt
"Harish Bidadi" <harish.bidadi@visalign.com> wrote in message
news:20f99f26.0405201244.2630346d@posting.google.com...
> Hi All:
>
> I have a simple web service which recieves one input parameter and
> returns a string value.
>
> I followed the Consuming web service doc from Biztalk SDK labs, after
> completing steps in the doc, when I tried compiling, getting the
> following compile error.
>
> 'QuoteReqInstance.MessagePart_1': message part has not been
> initialized in construct statement
>
> I greatly appreciate any help to resolve this.
>
> TIA...Harish
|