示例#1
0
        /// <summary>
        /// Retrieves a list of pending filings from the GSCCCA eFiling system provided in a PRIA Response XML document
        /// </summary>
        /// <returns>A PRIA Response xml document containing the status of the request and a list of pending filings, if any</returns>
        public string PRIAGetPendingPackages()
        {
            OnlineServiceProxy proxy = getConfiguredProxy();

            return(proxy.GetPendingPackages(this.userid, this.password));
        }