SOAP Spy

A

A.M

Hi,

Using an IIS/ASP.NET webservices and WinForms clients,
Is there any way to spy SOAP interactions between client and server?
I want to see the xml text of SOAP requests and reponses.

Thanks,
Alan
 
H

Hermit Dave

consider writing soap extensions for the purpose. you could have soap
extensions on either the client side or the serverside or even both and it
lets you interact (read / modify) with the data being channeled.

you extension should inherit and override the methods of SoapExtension and
you will need to specify the attribute usage information.
this link should be helpful.

http://msdn.microsoft.com/library/d...bServicesProtocolsSoapExtensionClassTopic.asp

it has an example if you scroll a bit further down

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top