Exemplo n.º 1
0
 public string GetDetail(string recordtype, string pid)
 {
     SoapProxy.ServiceReference1.GetDetailRequest inValue = new SoapProxy.ServiceReference1.GetDetailRequest();
     inValue.recordtype = recordtype;
     inValue.pid        = pid;
     SoapProxy.ServiceReference1.GetDetailResponse retVal = ((SoapProxy.ServiceReference1.QueryServicePortType)(this)).GetDetail(inValue);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 SoapProxy.ServiceReference1.GetDetailResponse SoapProxy.ServiceReference1.QueryServicePortType.GetDetail(SoapProxy.ServiceReference1.GetDetailRequest request)
 {
     return(base.Channel.GetDetail(request));
 }