yes there is way , we call it SOAP Extensions. By using soap extensions you
can intercept soap stream at the various stages of web service request. For
creating soap extension you have to dervice class from soap extensions. I am
giving you buzz word and you can study about SOAP extensions and can use it.
For futher help feel free to write.
"Jacob" wrote:
Hi All,
Is there a way to get the contents of a web service request? Preferably
including the HTTP headers too.
I tried saving Context.Request.InputStream to a stream, but it always
appears to be 0 length. Is that because it's only used in a regular Page
request and not for web services?