Пример #1
0
 public System.Threading.Tasks.Task <FormSVJava.ServiceReference1.helloResponse> helloAsync(string name)
 {
     FormSVJava.ServiceReference1.helloRequest inValue = new FormSVJava.ServiceReference1.helloRequest();
     inValue.Body      = new FormSVJava.ServiceReference1.helloRequestBody();
     inValue.Body.name = name;
     return(((FormSVJava.ServiceReference1.webservice)(this)).helloAsync(inValue));
 }
Пример #2
0
 public string hello(string name)
 {
     FormSVJava.ServiceReference1.helloRequest inValue = new FormSVJava.ServiceReference1.helloRequest();
     inValue.Body      = new FormSVJava.ServiceReference1.helloRequestBody();
     inValue.Body.name = name;
     FormSVJava.ServiceReference1.helloResponse retVal = ((FormSVJava.ServiceReference1.webservice)(this)).hello(inValue);
     return(retVal.Body.@return);
 }
Пример #3
0
 System.Threading.Tasks.Task <FormSVJava.ServiceReference1.helloResponse> FormSVJava.ServiceReference1.webservice.helloAsync(FormSVJava.ServiceReference1.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
Пример #4
0
 FormSVJava.ServiceReference1.helloResponse FormSVJava.ServiceReference1.webservice.hello(FormSVJava.ServiceReference1.helloRequest request)
 {
     return(base.Channel.hello(request));
 }