Esempio n. 1
0
 public string commonProductHandleSubmit(string paramXml)
 {
     CPHandleSubmitService.commonProductHandleSubmit inValue = new CPHandleSubmitService.commonProductHandleSubmit();
     inValue.Body          = new CPHandleSubmitService.commonProductHandleSubmitBody();
     inValue.Body.paramXml = paramXml;
     CPHandleSubmitService.commonProductHandleSubmitResponse retVal = ((CPHandleSubmitService.ICPHandleSubmit)(this)).commonProductHandleSubmit(inValue);
     return(retVal.Body.@return);
 }
Esempio n. 2
0
 CPHandleSubmitService.commonProductHandleSubmitResponse CPHandleSubmitService.ICPHandleSubmit.commonProductHandleSubmit(CPHandleSubmitService.commonProductHandleSubmit request)
 {
     return(base.Channel.commonProductHandleSubmit(request));
 }