c# - How do I get the SOAP headers as XML? -


How do I get the SOAP header of my web service function as XML?

To use an example for someone with a broken SOAP header I want an XML version of my working SOAP header that is using a different programming language, but when the headers send in XML We are hoping that we can easily compare those people. I am using C # and toasting (), only gives me the name of the object after googling, I tried Fiddler, but he caught nothing, and SOAP extension seems like a very easy task Looks very complex

There is no easy way to do this with ASMX web services if you were using WCF , Then this message will be a trivial matter of turning on logging.

Wisdom should catch everything, and it will be good to learn how to capture traffic from local host to local host. Be sure to check in online documentation to find out how to capture traffic.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -