public string HelloWorld() { class_library.web.HelloWorldRequest inValue = new class_library.web.HelloWorldRequest(); inValue.Body = new class_library.web.HelloWorldRequestBody(); class_library.web.HelloWorldResponse retVal = ((class_library.web.WebService1Soap)(this)).HelloWorld(inValue); return(retVal.Body.HelloWorldResult); }
public string EndHelloWorld(System.IAsyncResult result) { class_library.web.HelloWorldResponse retVal = ((class_library.web.WebService1Soap)(this)).EndHelloWorld(result); return(retVal.Body.HelloWorldResult); }