Example #1
0
 WS.SRM.OutboundDataService.SRMSupplierPlanWSDL.SupplierPlanServiceResponse WS.SRM.OutboundDataService.SRMSupplierPlanWSDL.SupplierPlanService_ptt.SupplierPlanService(WS.SRM.OutboundDataService.SRMSupplierPlanWSDL.SupplierPlanServiceRequest request)
 {
     return(base.Channel.SupplierPlanService(request));
 }
Example #2
0
 public string SupplierPlanService(string list, out string ErrorCode, out string MessageContent)
 {
     WS.SRM.OutboundDataService.SRMSupplierPlanWSDL.SupplierPlanServiceRequest inValue = new WS.SRM.OutboundDataService.SRMSupplierPlanWSDL.SupplierPlanServiceRequest();
     inValue.list = list;
     WS.SRM.OutboundDataService.SRMSupplierPlanWSDL.SupplierPlanServiceResponse retVal = ((WS.SRM.OutboundDataService.SRMSupplierPlanWSDL.SupplierPlanService_ptt)(this)).SupplierPlanService(inValue);
     ErrorCode      = retVal.ErrorCode;
     MessageContent = retVal.MessageContent;
     return(retVal.ExecuteResult);
 }