Exemple #1
0
 public System.Threading.Tasks.Task <Scenario4_3.textWebService.ToUpperResponse> ToUpperAsync(string inputString)
 {
     Scenario4_3.textWebService.ToUpperRequest inValue = new Scenario4_3.textWebService.ToUpperRequest();
     inValue.Body             = new Scenario4_3.textWebService.ToUpperRequestBody();
     inValue.Body.inputString = inputString;
     return(((Scenario4_3.textWebService.TextWebServiceSoap)(this)).ToUpperAsync(inValue));
 }
Exemple #2
0
 public string ToUpper(string inputString)
 {
     Scenario4_3.textWebService.ToUpperRequest inValue = new Scenario4_3.textWebService.ToUpperRequest();
     inValue.Body             = new Scenario4_3.textWebService.ToUpperRequestBody();
     inValue.Body.inputString = inputString;
     Scenario4_3.textWebService.ToUpperResponse retVal = ((Scenario4_3.textWebService.TextWebServiceSoap)(this)).ToUpper(inValue);
     return(retVal.Body.ToUpperResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <Scenario4_3.textWebService.ToUpperResponse> Scenario4_3.textWebService.TextWebServiceSoap.ToUpperAsync(Scenario4_3.textWebService.ToUpperRequest request)
 {
     return(base.Channel.ToUpperAsync(request));
 }
Exemple #4
0
 Scenario4_3.textWebService.ToUpperResponse Scenario4_3.textWebService.TextWebServiceSoap.ToUpper(Scenario4_3.textWebService.ToUpperRequest request)
 {
     return(base.Channel.ToUpper(request));
 }