Example #1
0
        public byte[] GetFormSetPdfEc(string userName, string userPassword, string archiveReference, int languageId)
        {
            GetFormSetPdfEcRequest inValue = new GetFormSetPdfEcRequest();

            inValue.Body                  = new GetFormSetPdfEcRequestBody();
            inValue.Body.userName         = userName;
            inValue.Body.userPassword     = userPassword;
            inValue.Body.archiveReference = archiveReference;
            inValue.Body.languageId       = languageId;
            GetFormSetPdfEcResponse retVal = ((IDownloadQueueExternalEC)(this)).GetFormSetPdfEc(inValue);

            return(retVal.Body.GetFormSetPdfEcResult);
        }
Example #2
0
 GetFormSetPdfEcResponse IDownloadQueueExternalEC.GetFormSetPdfEc(GetFormSetPdfEcRequest request)
 {
     return(base.Channel.GetFormSetPdfEc(request));
 }