Beispiel #1
0
 public string SetCCOrderList(string userId, string type, string orderList)
 {
     cPos.Dex.WsService.AP.APOrderServiceReference.SetCCOrderListRequest inValue = new cPos.Dex.WsService.AP.APOrderServiceReference.SetCCOrderListRequest();
     inValue.Body           = new cPos.Dex.WsService.AP.APOrderServiceReference.SetCCOrderListRequestBody();
     inValue.Body.userId    = userId;
     inValue.Body.type      = type;
     inValue.Body.orderList = orderList;
     cPos.Dex.WsService.AP.APOrderServiceReference.SetCCOrderListResponse retVal = ((cPos.Dex.WsService.AP.APOrderServiceReference.OrderServiceSoap)(this)).SetCCOrderList(inValue);
     return(retVal.Body.SetCCOrderListResult);
 }
Beispiel #2
0
 cPos.Dex.WsService.AP.APOrderServiceReference.SetCCOrderListResponse cPos.Dex.WsService.AP.APOrderServiceReference.OrderServiceSoap.SetCCOrderList(cPos.Dex.WsService.AP.APOrderServiceReference.SetCCOrderListRequest request)
 {
     return(base.Channel.SetCCOrderList(request));
 }