public void ProcessRequest(String page, string soapmsg, string soapAction) { HttpWorkerRequest hwr = new SoapWorkerRequest(page, soapmsg, soapAction, Console.Out); HttpRuntime.ProcessRequest(hwr); }
public void ProcessRequest (String page, string soapmsg, string soapAction) { HttpWorkerRequest hwr = new SoapWorkerRequest (page, soapmsg, soapAction, Console.Out); HttpRuntime.ProcessRequest (hwr); }