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

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