US Government Web Services and XML Data Sources
Load and stress tested with SiteBlaster
USGovXML Icon
Home     Index     About     Contact     Examples     Help      Mobile Apps 
US Government Data Sources

EXCLUDED PARTIES LIST SYSTEM (EPLS)
Permanently Removed

Department: Independent Agency
Agency: United States General Services Administration (GSA) (http://www.gsa.gov/ )
Sub Agency: Integrated Acquisition Environment (IAE) Division (https://www.acquisition.gov/ )
Description:
The EPLS (https://www.epls.gov/) is an electronic, web-based system that identifies those parties excluded from receiving Federal contracts, certain subcontracts, and certain types of Federal financial and non-financial assistance and benefits. The EPLS keeps its user community aware of administrative and statutory exclusions across the entire government, and individuals barred from entering the United States. The user is able to search, view, and download both current and archived exclusions.
Help/Documentation:
https://www.epls.gov/EPLS%20Public%20Users%20Manual.doc
WSDL/Data Location:
https://www.epls.gov/epls/services/EPLSSearchWebService?wsdl
Operations:
OperationDescription
doArchiveSearchArchive search
doArchiveSearch_3_6
doArchiveSearchRecentUpdatesArchive search recent updates
doArchiveSearchRecentUpdates_3_6
doSearchCurrent search
doSearch_3_6
doSearchRecentUpdatesCurrent previous day updates
doSearchRecentUpdates_3_6
doSsnSearchSSN Search
doSsnSearch_3_6
getAgenciesList of Agencies
getAgencyUIDTypesList of Agency Identifiers
getClassificationsList of Classifications
getCountriesList of Countries
getCtCodesList of CT Codes
getExclusionTypesList of Exclusion Types
getStatesList of States
isRunningUsed to determine if the service is running

Support: support@epls.gov
Example: GSA_EPLS

.
.
.
gov.epls.www.EPLSSearchWebServiceService svc = new GSA_EPLS.gov.epls.www.EPLSSearchWebServiceService();

bool isR = svc.isRunning();

if (isR == true)
{
    gov.epls.www.OperationSearch osQuery = new gov.epls.www.OperationSearch();
    osQuery.partialName = "Smith";
    gov.epls.www.EPLSSearchResponse sr = svc.doSearch(osQuery);
    MessageBox.Show("Number of results that partially match: " + sr.results.Length.ToString());
}
else
{
    MessageBox.Show("Service is not running");
}
.
.
.






 
Terms of Use     Contact     Mobile    

Copyright © 2008-2016 USGovXML.com All rights reserved.