Exemplo n.º 1
0
 public test.ServiceReference1.ArrayOfString Noemail()
 {
     test.ServiceReference1.NoemailRequest inValue = new test.ServiceReference1.NoemailRequest();
     inValue.Body = new test.ServiceReference1.NoemailRequestBody();
     test.ServiceReference1.NoemailResponse retVal = ((test.ServiceReference1.WebService1Soap)(this)).Noemail(inValue);
     return(retVal.Body.NoemailResult);
 }
Exemplo n.º 2
0
 test.ServiceReference1.NoemailResponse test.ServiceReference1.WebService1Soap.Noemail(test.ServiceReference1.NoemailRequest request)
 {
     return(base.Channel.Noemail(request));
 }