コード例 #1
0
 public string JISPullService(string list, out string ErrorCode, out string MessageContent)
 {
     WS.SRM.OutboundDataService.SRMJisPullWSDL.JISPullServiceRequest inValue = new WS.SRM.OutboundDataService.SRMJisPullWSDL.JISPullServiceRequest();
     inValue.list = list;
     WS.SRM.OutboundDataService.SRMJisPullWSDL.JISPullServiceResponse retVal = ((WS.SRM.OutboundDataService.SRMJisPullWSDL.JISPullService_ptt)(this)).JISPullService(inValue);
     ErrorCode      = retVal.ErrorCode;
     MessageContent = retVal.MessageContent;
     return(retVal.ExecuteResult);
 }
コード例 #2
0
 WS.SRM.OutboundDataService.SRMJisPullWSDL.JISPullServiceResponse WS.SRM.OutboundDataService.SRMJisPullWSDL.JISPullService_ptt.JISPullService(WS.SRM.OutboundDataService.SRMJisPullWSDL.JISPullServiceRequest request)
 {
     return(base.Channel.JISPullService(request));
 }