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)); }
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); }
System.Threading.Tasks.Task <WebServiceTest.AegisRental.GetAstecDocumentResponse> WebServiceTest.AegisRental.ServiceSoap.GetAstecDocumentAsync(WebServiceTest.AegisRental.GetAstecDocumentRequest request) { return(base.Channel.GetAstecDocumentAsync(request)); }
WebServiceTest.AegisRental.GetAstecDocumentResponse WebServiceTest.AegisRental.ServiceSoap.GetAstecDocument(WebServiceTest.AegisRental.GetAstecDocumentRequest request) { return(base.Channel.GetAstecDocument(request)); }