Identifying a SOAP Converstation
by Curtis Justus on 11/5/2007 8:58:00 AM
Hi everybody,
I have written an assembly that captures SOAP messages. It is plugged in
using the <system.net> settings in my config file. I am looking for a way
to pair up requests and responses. Is there something in the SOAP message
that can identify that?
Thanks,
cj
Re: Identifying a SOAP Converstation
by John Saunders [MVP] on 11/7/2007 3:46:00 AM
"Curtis Justus" <nospam@cjustus.m.s.com> wrote in message
news:uXZEC6%23HIHA.280@TK2MSFTNGP03.phx.gbl...
> Hi everybody,
>
> I have written an assembly that captures SOAP messages. It is plugged in
> using the <system.net> settings in my config file. I am looking for a way
> to pair up requests and responses. Is there something in the SOAP message
> that can identify that?
No, only if you put it there. Not all SOAP messages need this functionality.
In fact, it appears that your SOAP messages do _not_ need the
functionality - only your capture assembly needs it.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer