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