Pre-Needs Burial (EOAS)
Last Updated:
Introduction
EOAS is the Eligibility Office Automation System. EOAS APIs provide a mechanism for submitting preneed burial applications. The integration with EOAS is provided via NSOC configured tunnels to INT/QA (Integration/Quality Assurance) EOAS systems over port 8110. The production environment connects over HTTPS on port 443. There is no client certificate required.
Vets API connects to the EOAS service through the Platform owned fwdproxy and is integrated with breakers, a circuit breaker pattern to determine when an outage occurs.
Integration Points
DEV
Type: SOAP
Endpoint:
#{Settings.preneeds.host}/eoas_SOA/PreNeedApplicationPort
STAGING
Type: SOAP
Endpoint:
#{Settings.preneeds.host}/eoas_SOA/PreNeedApplicationPort
PRODUCTION
Type: SOAP
Host: https://eoas.cem.va.gov
Endpoint:
#{Settings.preneeds.host}/eoas_SOA/PreNeedApplicationPort
Required Configuration
The following environment variables must be specified in Settings.yml to establish connectivity:
preneeds:
wsdl: config/preneeds/wsdl/preneeds.wsdl
burial_form_schema: 'config/preneeds/burial_form_schema.json'
These parameters are set via the settings.yml
file in the vets-api repo.
Key Contacts
Name | Position | Email address | Slack | Phone |
---|---|---|---|---|
Michael Ouslander | Deputy Director Memorial Benefits Service (MBS) | @Michael Ouslander | 202-891-9710 | |
Jay D. Anderson | IT Project Manager | @Jay Anderson | 540-645-3742 | |
Ron Newcomb | Project Manager | @Ronald Newcomb | 703-895-3681 | |
Jean Nepton | Developer | N/A | 919-208-3061 | |
Justin K. Kojok | DBA | N/A | 703-441-3066 | |
Mohammed E. Bhuiyan | DBA | N/A | 703-441-4029 | |
Kam Karshenas | technical contact | @saneshark | 217-637-2227 | |
Jeff Balboni | technical contact | @jbalboni | 406-599-7988 |
Maintenance Windows
This service does a backup every night just after 8:30UTC, which brings the application down from our perspective. We've inquired about this and the partner considers this a normal part of operations. We've opted to suppress warnings for this backend between 08:00-09:00.
Help and feedback
Get help from the Platform Support Team in Slack.
Submit a feature idea to the Platform.