Beispiel #1
0
 public string HelloWorld()
 {
     Kerry.ITS.JobFactoryServiceReference.HelloWorldRequest inValue = new Kerry.ITS.JobFactoryServiceReference.HelloWorldRequest();
     inValue.Body = new Kerry.ITS.JobFactoryServiceReference.HelloWorldRequestBody();
     Kerry.ITS.JobFactoryServiceReference.HelloWorldResponse retVal = ((Kerry.ITS.JobFactoryServiceReference.JobFactorySoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Kerry.ITS.JobFactoryServiceReference.HelloWorldResponse> HelloWorldAsync()
 {
     Kerry.ITS.JobFactoryServiceReference.HelloWorldRequest inValue = new Kerry.ITS.JobFactoryServiceReference.HelloWorldRequest();
     inValue.Body = new Kerry.ITS.JobFactoryServiceReference.HelloWorldRequestBody();
     return(((Kerry.ITS.JobFactoryServiceReference.JobFactorySoap)(this)).HelloWorldAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Kerry.ITS.JobFactoryServiceReference.HelloWorldResponse> Kerry.ITS.JobFactoryServiceReference.JobFactorySoap.HelloWorldAsync(Kerry.ITS.JobFactoryServiceReference.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Beispiel #4
0
 Kerry.ITS.JobFactoryServiceReference.HelloWorldResponse Kerry.ITS.JobFactoryServiceReference.JobFactorySoap.HelloWorld(Kerry.ITS.JobFactoryServiceReference.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }