Example #1
0
 public string HelloWorld(AutoCarConsole.ACG_CK.Auth_Header Auth_Header)
 {
     AutoCarConsole.ACG_CK.HelloWorldRequest inValue = new AutoCarConsole.ACG_CK.HelloWorldRequest();
     inValue.Auth_Header = Auth_Header;
     AutoCarConsole.ACG_CK.HelloWorldResponse retVal = ((AutoCarConsole.ACG_CK.Order_PlacementSoap)(this)).HelloWorld(inValue);
     return(retVal.HelloWorldResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <AutoCarConsole.ACG_CK.HelloWorldResponse> HelloWorldAsync(AutoCarConsole.ACG_CK.Auth_Header Auth_Header)
 {
     AutoCarConsole.ACG_CK.HelloWorldRequest inValue = new AutoCarConsole.ACG_CK.HelloWorldRequest();
     inValue.Auth_Header = Auth_Header;
     return(((AutoCarConsole.ACG_CK.Order_PlacementSoap)(this)).HelloWorldAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AutoCarConsole.ACG_CK.HelloWorldResponse> AutoCarConsole.ACG_CK.Order_PlacementSoap.HelloWorldAsync(AutoCarConsole.ACG_CK.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Example #4
0
 AutoCarConsole.ACG_CK.HelloWorldResponse AutoCarConsole.ACG_CK.Order_PlacementSoap.HelloWorld(AutoCarConsole.ACG_CK.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }