Is it possible in C#/ASPNET to generate the XML SOAP request from the local web method reference without actually posting a request to the web service server? I'm trying to create a class which will generate this SOAP request XML without actually invoking the service. I've looked at the SOAP Extension classes and other methods but they all seem to actually invoke the web method and then record the request/response...