コード例 #1
0
 public string HelloWorld()
 {
     SystemIntegration.Web.wsDemo.HelloWorldRequest inValue = new SystemIntegration.Web.wsDemo.HelloWorldRequest();
     inValue.Body = new SystemIntegration.Web.wsDemo.HelloWorldRequestBody();
     SystemIntegration.Web.wsDemo.HelloWorldResponse retVal = ((SystemIntegration.Web.wsDemo.WsInsertStringSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <SystemIntegration.Web.wsDemo.HelloWorldResponse> HelloWorldAsync()
 {
     SystemIntegration.Web.wsDemo.HelloWorldRequest inValue = new SystemIntegration.Web.wsDemo.HelloWorldRequest();
     inValue.Body = new SystemIntegration.Web.wsDemo.HelloWorldRequestBody();
     return(((SystemIntegration.Web.wsDemo.WsInsertStringSoap)(this)).HelloWorldAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <SystemIntegration.Web.wsDemo.HelloWorldResponse> SystemIntegration.Web.wsDemo.WsInsertStringSoap.HelloWorldAsync(SystemIntegration.Web.wsDemo.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
コード例 #4
0
 SystemIntegration.Web.wsDemo.HelloWorldResponse SystemIntegration.Web.wsDemo.WsInsertStringSoap.HelloWorld(SystemIntegration.Web.wsDemo.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }