public string HelloWorld() { CRUDstudents.ServiceReference1.HelloWorldRequest inValue = new CRUDstudents.ServiceReference1.HelloWorldRequest(); inValue.Body = new CRUDstudents.ServiceReference1.HelloWorldRequestBody(); CRUDstudents.ServiceReference1.HelloWorldResponse retVal = ((CRUDstudents.ServiceReference1.StudentsWebServiceSoap)(this)).HelloWorld(inValue); return(retVal.Body.HelloWorldResult); }
public System.Threading.Tasks.Task <CRUDstudents.ServiceReference1.HelloWorldResponse> HelloWorldAsync() { CRUDstudents.ServiceReference1.HelloWorldRequest inValue = new CRUDstudents.ServiceReference1.HelloWorldRequest(); inValue.Body = new CRUDstudents.ServiceReference1.HelloWorldRequestBody(); return(((CRUDstudents.ServiceReference1.StudentsWebServiceSoap)(this)).HelloWorldAsync(inValue)); }
System.Threading.Tasks.Task <CRUDstudents.ServiceReference1.HelloWorldResponse> CRUDstudents.ServiceReference1.StudentsWebServiceSoap.HelloWorldAsync(CRUDstudents.ServiceReference1.HelloWorldRequest request) { return(base.Channel.HelloWorldAsync(request)); }
CRUDstudents.ServiceReference1.HelloWorldResponse CRUDstudents.ServiceReference1.StudentsWebServiceSoap.HelloWorld(CRUDstudents.ServiceReference1.HelloWorldRequest request) { return(base.Channel.HelloWorld(request)); }