Esempio n. 1
0
 public string thematicProductOrderQuery(string paramXml)
 {
     TPOrderQueryService.thematicProductOrderQuery inValue = new TPOrderQueryService.thematicProductOrderQuery();
     inValue.Body          = new TPOrderQueryService.thematicProductOrderQueryBody();
     inValue.Body.paramXml = paramXml;
     TPOrderQueryService.thematicProductOrderQueryResponse retVal = ((TPOrderQueryService.ITPOrderQuery)(this)).thematicProductOrderQuery(inValue);
     return(retVal.Body.@return);
 }
Esempio n. 2
0
 TPOrderQueryService.thematicProductOrderQueryResponse TPOrderQueryService.ITPOrderQuery.thematicProductOrderQuery(TPOrderQueryService.thematicProductOrderQuery request)
 {
     return(base.Channel.thematicProductOrderQuery(request));
 }