StreamReader sr = new StreamReader(this.Context.Request.InputStream, Encoding.UTF8); string data = sr.ReadToEnd();
I see. Have you looked at SOAP Extensions? http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soapextension.aspx
I don't understand what you are trying to accomplish; can you elaborate?