Exemple #1
0
 public string cfg001r_XML(DPO.Web.MapicsOrderService.CFG001RInput args0)
 {
     DPO.Web.MapicsOrderService.cfg001r_XMLRequest inValue = new DPO.Web.MapicsOrderService.cfg001r_XMLRequest();
     inValue.args0 = args0;
     DPO.Web.MapicsOrderService.cfg001r_XMLResponse retVal = ((DPO.Web.MapicsOrderService.CFG001RPortType)(this)).cfg001r_XML(inValue);
     return(retVal.@return);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <DPO.Web.MapicsOrderService.cfg001r_XMLResponse> cfg001r_XMLAsync(DPO.Web.MapicsOrderService.CFG001RInput args0)
 {
     DPO.Web.MapicsOrderService.cfg001r_XMLRequest inValue = new DPO.Web.MapicsOrderService.cfg001r_XMLRequest();
     inValue.args0 = args0;
     return(((DPO.Web.MapicsOrderService.CFG001RPortType)(this)).cfg001r_XMLAsync(inValue));
 }
Exemple #3
0
 public cfg001r_XMLRequest(DPO.Web.MapicsOrderService.CFG001RInput args0)
 {
     this.args0 = args0;
 }