public string SecHandProductTip() { Mozart.SecHandProductTip.SecHandProductTipRequest inValue = new Mozart.SecHandProductTip.SecHandProductTipRequest(); inValue.Body = new Mozart.SecHandProductTip.SecHandProductTipRequestBody(); Mozart.SecHandProductTip.SecHandProductTipResponse retVal = ((Mozart.SecHandProductTip.SecHandProductMsgSoap)(this)).SecHandProductTip(inValue); return(retVal.Body.SecHandProductTipResult); }
Mozart.SecHandProductTip.SecHandProductTipResponse Mozart.SecHandProductTip.SecHandProductMsgSoap.SecHandProductTip(Mozart.SecHandProductTip.SecHandProductTipRequest request) { return(base.Channel.SecHandProductTip(request)); }