示例#1
0
        ///////////////////////////PRIA SPECIFIC METHODS FOLLOW  ////////////////////////

        /// <summary>
        /// Submits a test filing.  ONLY TO BE USED FOR TESTING AS PART OF THIS API
        /// </summary>
        /// <param name="priaXML">The PRIA 2.4.1 Request xml document containing the filing to be submitted </param>
        /// <returns>A PRIA Response xml document containing the status of the Request submitted</returns>
        public string PRIATestSubmit(string priaXML)
        {
            OnlineServiceProxy proxy = getConfiguredProxy();

            return(proxy.Submit(this.userid, this.password, priaXML));
        }