Example #1
0
 public System.Threading.Tasks.Task <Xin.ExternalService.EC.WMS.callServiceResponse> callServiceAsync(string paramsJson, string userName, string userPass, string service)
 {
     Xin.ExternalService.EC.WMS.callServiceRequest inValue = new Xin.ExternalService.EC.WMS.callServiceRequest();
     inValue.Body            = new Xin.ExternalService.EC.WMS.callServiceRequestBody();
     inValue.Body.paramsJson = paramsJson;
     inValue.Body.userName   = userName;
     inValue.Body.userPass   = userPass;
     inValue.Body.service    = service;
     return(((Xin.ExternalService.EC.WMS.Ec)(this)).callServiceAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <Xin.ExternalService.EC.WMS.callServiceResponse> Xin.ExternalService.EC.WMS.Ec.callServiceAsync(Xin.ExternalService.EC.WMS.callServiceRequest request)
 {
     return(base.Channel.callServiceAsync(request));
 }