Ejemplo n.º 1
0
 public string hello(string s)
 {
     JIT.CPOS.Web.SAIFEmailValid.helloRequest inValue = new JIT.CPOS.Web.SAIFEmailValid.helloRequest();
     inValue.Body   = new JIT.CPOS.Web.SAIFEmailValid.helloRequestBody();
     inValue.Body.s = s;
     JIT.CPOS.Web.SAIFEmailValid.helloResponse retVal = ((JIT.CPOS.Web.SAIFEmailValid.UserServiceSoap)(this)).hello(inValue);
     return(retVal.Body.helloResult);
 }
Ejemplo n.º 2
0
 JIT.CPOS.Web.SAIFEmailValid.helloResponse JIT.CPOS.Web.SAIFEmailValid.UserServiceSoap.hello(JIT.CPOS.Web.SAIFEmailValid.helloRequest request)
 {
     return(base.Channel.hello(request));
 }