.NET Framework Bookmark and Share   
 index > Windows Communication Foundation > Soap envelope from WCF service
 

Soap envelope from WCF service

I have been asked to collect the hole soap envelope. For sending and recieving from a WCF webservice. I do not know why they want it but i am not one to ask. The WCF service is using certificates and is opperating as a windows service on the host mechine, how would i be able to collect these soap envelopes?
TS
Tyler Dean Smith
Is this for analyzing the messages? If yes, you can put diagnostics in the config file and get the complete messages. Check this for more details- http://msdn.microsoft.com/en-us/library/ms731859.aspx

Its just a config thing so you don't have to worry about touching the code.

You can also use fiddler or other port tracing utilities.

HTH,

-Phani
Phani_tpk
Hi Tyler, check out the message inspectors .

Regards,
Stipe-Ivan
Stipe-Ivan Latkovic
Is this for analyzing the messages? If yes, you can put diagnostics in the config file and get the complete messages. Check this for more details- http://msdn.microsoft.com/en-us/library/ms731859.aspx

Its just a config thing so you don't have to worry about touching the code.

You can also use fiddler or other port tracing utilities.

HTH,

-Phani
Phani_tpk
Thanks a mill, i knew there was an easy way just did not know how to get it working
TS
Tyler Dean Smith

You can use google to search for other answers

Custom Search

More Threads

• WCF Self Hosting Shared Variables
• Custom Channels in WCF using REST
• how to set IsOneWay from the client
• Where to put the config file?
• How can I add DataContract attribute
• Secure message without certificate on client side
• wcf function call hangs windows application
• Can not access Service after configuring Transport security
• Setting aspNetCompatibilityEnabled=true raises authorization errors
• IIS accepts untrusted certificate but not trusted certificate