Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ConsoleApplication1.TestSoapRef.TestMethodResponse> TestMethodAsync(string iam)
 {
     ConsoleApplication1.TestSoapRef.TestMethodRequest inValue = new ConsoleApplication1.TestSoapRef.TestMethodRequest();
     inValue.Body     = new ConsoleApplication1.TestSoapRef.TestMethodRequestBody();
     inValue.Body.iam = iam;
     return(((ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap)(this)).TestMethodAsync(inValue));
 }
Ejemplo n.º 2
0
 public string TestMethod(string iam)
 {
     ConsoleApplication1.TestSoapRef.TestMethodRequest inValue = new ConsoleApplication1.TestSoapRef.TestMethodRequest();
     inValue.Body     = new ConsoleApplication1.TestSoapRef.TestMethodRequestBody();
     inValue.Body.iam = iam;
     ConsoleApplication1.TestSoapRef.TestMethodResponse retVal = ((ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap)(this)).TestMethod(inValue);
     return(retVal.Body.TestMethodResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ConsoleApplication1.TestSoapRef.TestMethodResponse> ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap.TestMethodAsync(ConsoleApplication1.TestSoapRef.TestMethodRequest request)
 {
     return(base.Channel.TestMethodAsync(request));
 }
Ejemplo n.º 4
0
 ConsoleApplication1.TestSoapRef.TestMethodResponse ConsoleApplication1.TestSoapRef.TestSoapWebSvcSoap.TestMethod(ConsoleApplication1.TestSoapRef.TestMethodRequest request)
 {
     return(base.Channel.TestMethod(request));
 }