Example #1
0
 public string GetList(string certificate, string number)
 {
     SoapProxy.ServiceReference1.GetListRequest inValue = new SoapProxy.ServiceReference1.GetListRequest();
     inValue.certificate = certificate;
     inValue.number      = number;
     SoapProxy.ServiceReference1.GetListResponse retVal = ((SoapProxy.ServiceReference1.QueryServicePortType)(this)).GetList(inValue);
     return(retVal.@return);
 }
Example #2
0
 SoapProxy.ServiceReference1.GetListResponse SoapProxy.ServiceReference1.QueryServicePortType.GetList(SoapProxy.ServiceReference1.GetListRequest request)
 {
     return(base.Channel.GetList(request));
 }