示例#1
0
 public string HelloWorld()
 {
     webClientTestForm.WebServiceSample.HelloWorldRequest inValue = new webClientTestForm.WebServiceSample.HelloWorldRequest();
     inValue.Body = new webClientTestForm.WebServiceSample.HelloWorldRequestBody();
     webClientTestForm.WebServiceSample.HelloWorldResponse retVal = ((webClientTestForm.WebServiceSample.WebService1Soap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
示例#2
0
 public string EndHelloWorld(System.IAsyncResult result)
 {
     webClientTestForm.WebServiceSample.HelloWorldResponse retVal = ((webClientTestForm.WebServiceSample.WebService1Soap)(this)).EndHelloWorld(result);
     return(retVal.Body.HelloWorldResult);
 }