public System.Threading.Tasks.Task <RisCmd.getDocumentResponse> getDocumentAsync(string application, string docId) { RisCmd.getDocumentRequest inValue = new RisCmd.getDocumentRequest(); inValue.Body = new RisCmd.getDocumentRequestBody(); inValue.Body.application = application; inValue.Body.docId = docId; return(((RisCmd.OGDServiceSoap)(this)).getDocumentAsync(inValue)); }
System.Threading.Tasks.Task <RisCmd.getDocumentResponse> RisCmd.OGDServiceSoap.getDocumentAsync(RisCmd.getDocumentRequest request) { return(base.Channel.getDocumentAsync(request)); }