Esempio n. 1
0
 public string HelloWorld()
 {
     Tele.ServiceReference.StatServiceReference.HelloWorldRequest inValue = new Tele.ServiceReference.StatServiceReference.HelloWorldRequest();
     inValue.Body = new Tele.ServiceReference.StatServiceReference.HelloWorldRequestBody();
     Tele.ServiceReference.StatServiceReference.HelloWorldResponse retVal = ((Tele.ServiceReference.StatServiceReference.StatServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Esempio n. 2
0
 Tele.ServiceReference.StatServiceReference.HelloWorldResponse Tele.ServiceReference.StatServiceReference.StatServiceSoap.HelloWorld(Tele.ServiceReference.StatServiceReference.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }