Пример #1
0
 public string GetMessage(string name)
 {
     HelloWebApplication.HelloWebService.GetMessageRequest inValue = new HelloWebApplication.HelloWebService.GetMessageRequest();
     inValue.Body      = new HelloWebApplication.HelloWebService.GetMessageRequestBody();
     inValue.Body.name = name;
     HelloWebApplication.HelloWebService.GetMessageResponse retVal = ((HelloWebApplication.HelloWebService.HelloWebServiceSoap)(this)).GetMessage(inValue);
     return(retVal.Body.GetMessageResult);
 }
Пример #2
0
 HelloWebApplication.HelloWebService.GetMessageResponse HelloWebApplication.HelloWebService.HelloWebServiceSoap.GetMessage(HelloWebApplication.HelloWebService.GetMessageRequest request)
 {
     return(base.Channel.GetMessage(request));
 }