示例#1
0
 public string getServiceUrl(string args0)
 {
     HCQ2UI_Logic.ServiceUpReport.getServiceUrlRequest inValue = new HCQ2UI_Logic.ServiceUpReport.getServiceUrlRequest();
     inValue.args0 = args0;
     HCQ2UI_Logic.ServiceUpReport.getServiceUrlResponse retVal = ((HCQ2UI_Logic.ServiceUpReport.uddiPortType)(this)).getServiceUrl(inValue);
     return(retVal.@return);
 }
示例#2
0
 public System.Threading.Tasks.Task <HCQ2UI_Logic.ServiceUpReport.getServiceUrlResponse> getServiceUrlAsync(string args0)
 {
     HCQ2UI_Logic.ServiceUpReport.getServiceUrlRequest inValue = new HCQ2UI_Logic.ServiceUpReport.getServiceUrlRequest();
     inValue.args0 = args0;
     return(((HCQ2UI_Logic.ServiceUpReport.uddiPortType)(this)).getServiceUrlAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <HCQ2UI_Logic.ServiceUpReport.getServiceUrlResponse> HCQ2UI_Logic.ServiceUpReport.uddiPortType.getServiceUrlAsync(HCQ2UI_Logic.ServiceUpReport.getServiceUrlRequest request)
 {
     return(base.Channel.getServiceUrlAsync(request));
 }
示例#4
0
 HCQ2UI_Logic.ServiceUpReport.getServiceUrlResponse HCQ2UI_Logic.ServiceUpReport.uddiPortType.getServiceUrl(HCQ2UI_Logic.ServiceUpReport.getServiceUrlRequest request)
 {
     return(base.Channel.getServiceUrl(request));
 }