예제 #1
0
 public System.Threading.Tasks.Task <WebServiceTest.AegisRental.GetAstecDocumentResponse> GetAstecDocumentAsync(string apiKey, string state, string company, string policy, string endonumber, string report_type)
 {
     WebServiceTest.AegisRental.GetAstecDocumentRequest inValue = new WebServiceTest.AegisRental.GetAstecDocumentRequest();
     inValue.apiKey      = apiKey;
     inValue.state       = state;
     inValue.company     = company;
     inValue.policy      = policy;
     inValue.endonumber  = endonumber;
     inValue.report_type = report_type;
     return(((WebServiceTest.AegisRental.ServiceSoap)(this)).GetAstecDocumentAsync(inValue));
 }
예제 #2
0
 public byte[] GetAstecDocument(string apiKey, string state, string company, string policy, string endonumber, string report_type)
 {
     WebServiceTest.AegisRental.GetAstecDocumentRequest inValue = new WebServiceTest.AegisRental.GetAstecDocumentRequest();
     inValue.apiKey      = apiKey;
     inValue.state       = state;
     inValue.company     = company;
     inValue.policy      = policy;
     inValue.endonumber  = endonumber;
     inValue.report_type = report_type;
     WebServiceTest.AegisRental.GetAstecDocumentResponse retVal = ((WebServiceTest.AegisRental.ServiceSoap)(this)).GetAstecDocument(inValue);
     return(retVal.GetAstecDocumentResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <WebServiceTest.AegisRental.GetAstecDocumentResponse> WebServiceTest.AegisRental.ServiceSoap.GetAstecDocumentAsync(WebServiceTest.AegisRental.GetAstecDocumentRequest request)
 {
     return(base.Channel.GetAstecDocumentAsync(request));
 }
예제 #4
0
 WebServiceTest.AegisRental.GetAstecDocumentResponse WebServiceTest.AegisRental.ServiceSoap.GetAstecDocument(WebServiceTest.AegisRental.GetAstecDocumentRequest request)
 {
     return(base.Channel.GetAstecDocument(request));
 }