示例#1
0
        /// <summary>
        /// Retrieves a previously accepted filing from the GSCCCA eFiling system with status provided in a PRIA Response xml document
        /// </summary>
        /// <param name="gscccaID">The GSCCCAID of the accepted filing that is to be returned</param>
        /// <returns>A PRIA REsponse xml document containing the status of the request and a Pria PACKAGE, if the accepted filing was found</returns>
        public string PRIARetrieveRecordedPackage(string gscccaID)
        {
            OnlineServiceProxy proxy = getConfiguredProxy();

            return(proxy.RetrieveRecordedPackage(this.userid, this.password, gscccaID));
        }