|
Home > Archive > BizTalk Server General > December 2004 > WS call return is void and input unchanged
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 |
WS call return is void and input unchanged
|
|
| kerryr@adstream.com.au 2004-12-08, 2:46 am |
| I have an orchestration returning the same type (schema) as input, only
with a single value changed. The problem I have matches the following
description I found on MSDN:
Note : ASP.NET Web clients may change the Web method signature by
combining the in and out parameters of the same type. For example, an
ASP.NET Web client may change a BizTalk Web method from string
myService(string part) to void myService(ref string part).
After the WS call I need to see the returned and changed value, however
the input is still the input, there are no changes reflected in it.
What do I need to do to get at the returned schema?
| |
| kerryr@adstream.com.au 2004-12-08, 2:46 am |
| Never mind, please ignore.
It's another case of looking at something for too long. My send port
was still sending back the input message, and not the newly built
response message. I thought I'd checked it about 10 times before, but
apparently my eyes can't detect the difference between "request" and
"response" words anymore.
|
|
|
|
|