|
Home > Archive > BizTalk Server General > March 2004 > Calling webservice from within orchestration failing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Calling webservice from within orchestration failing
|
|
| Chris Holliday 2004-03-05, 4:35 pm |
| 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
| |
| Chris Holliday 2004-03-05, 5: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
>
>
|
|
|
|
|