Exemplo n.º 1
0
 public ClientConsole.Xuly.ArrayOfInt SNT(int a, int b, int c, int d, int e)
 {
     ClientConsole.Xuly.SNTRequest inValue = new ClientConsole.Xuly.SNTRequest();
     inValue.Body   = new ClientConsole.Xuly.SNTRequestBody();
     inValue.Body.a = a;
     inValue.Body.b = b;
     inValue.Body.c = c;
     inValue.Body.d = d;
     inValue.Body.e = e;
     ClientConsole.Xuly.SNTResponse retVal = ((ClientConsole.Xuly.ServiceSoap)(this)).SNT(inValue);
     return(retVal.Body.SNTResult);
 }
Exemplo n.º 2
0
 ClientConsole.Xuly.SNTResponse ClientConsole.Xuly.ServiceSoap.SNT(ClientConsole.Xuly.SNTRequest request)
 {
     return(base.Channel.SNT(request));
 }