Exemple #1
0
 public string HelloWorld()
 {
     Tele.ServiceReference.CfgServiceReference.HelloWorldRequest inValue = new Tele.ServiceReference.CfgServiceReference.HelloWorldRequest();
     inValue.Body = new Tele.ServiceReference.CfgServiceReference.HelloWorldRequestBody();
     Tele.ServiceReference.CfgServiceReference.HelloWorldResponse retVal = ((Tele.ServiceReference.CfgServiceReference.CfgServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Exemple #2
0
 Tele.ServiceReference.CfgServiceReference.HelloWorldResponse Tele.ServiceReference.CfgServiceReference.CfgServiceSoap.HelloWorld(Tele.ServiceReference.CfgServiceReference.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }