On Mar 12, 4:18 pm, "John Saunders" <john.saunders at trizetto.com>
wrote:
> <sean.j.g...@gmail.com> wrote in message
>
[quoted text clipped - 9 lines]
>
> John
Yes the Soap Headers. I have run a little test that implements the
SoapHeader with a direction of Out. However I am concerned that the
HeaderValue property data on the client side could get corrupted
during many asynchronous calls if the header data for each call was
different. Any thoughts?
John Saunders - 13 Mar 2007 00:46 GMT
> On Mar 12, 4:18 pm, "John Saunders" <john.saunders at trizetto.com>
> wrote:
[quoted text clipped - 17 lines]
> during many asynchronous calls if the header data for each call was
> different. Any thoughts?
If you're going to use the web services asynchronously, you'll need to use
one instance of the proxy class per asynchronous call. That will give you
one copy of the headers per asynchronous call.
John