03-05-04 10:35 PM
Part 2
It seems that if I create my parameters from a map and pass them to the
webservice, then there is no problem. However, if I want to pass a string
that I generate from the concatenation of several distinguished properties,
the call to the webservice seems to fail.
PS. These are orchestrations that worked in the MSDN beta.
Thanks,
Chris
"Chris Holliday" <chris@*nospam*myhuevos.com> wrote in message
news:%23%23nqNUvAEHA.3248@TK2MSFTNGP11.phx.gbl...
> RTM on Windows 2003
>
> When calling a webservice from within an orchestration, the receive shape
> connected to the return value from the webservice fails reporting:
>
> "Required part params was not found in the message"
>
> This seems to indicate that the string I am pushing to my webservice
(named
> "params") is not being sent. When I attach the debugger I can see that in
> the Send shape, the params value is correct. In the receive shape the
value
> is null.
>
> A review in HAT and I can save the message that is supposed to be passed
to
> the webservice, but it is not being submitted as the server with the
> webservice shows no activity.
>
> Any help would be appreciated.
>
> Chris
>
>
[ Post a follow-up to this message ]
|