Beispiel #1
0
 public string commonProductQuery(string paramXml)
 {
     CPQueryService.commonProductQuery inValue = new CPQueryService.commonProductQuery();
     inValue.Body          = new CPQueryService.commonProductQueryBody();
     inValue.Body.paramXml = paramXml;
     CPQueryService.commonProductQueryResponse retVal = ((CPQueryService.ICPQuery)(this)).commonProductQuery(inValue);
     return(retVal.Body.@return);
 }
Beispiel #2
0
 CPQueryService.commonProductQueryResponse CPQueryService.ICPQuery.commonProductQuery(CPQueryService.commonProductQuery request)
 {
     return(base.Channel.commonProductQuery(request));
 }