IMPLEMENTATION TOOLS
Ease your HR Open Standards Implementation with the available testing tools.
INTEGRATE THE RIGHT WAY
Ease your HR Open Standards Implementation with the available testing tools. Those interested in certifying implementations with HR Open Standards are encouraged to self-test using our testing tools.
3.X AND 4.X TESTING TOOLS
Tools for testing 3.X XML and 4.X JSON schemas are in development. Check back for updates!
2.X TESTING
The 2_3, 2_4, and 2_5 HR-XML releases are hosted online, via Amazon Web Services. This web-hosted content may be used for pre-testing only.
Available testing buckets may be found at the following locations:
- Release 2_3: https://s3.amazonaws.com/Build_2_3/
- Release 2_4: https://s3.amazonaws.com/Build_2_4/
- Release 2_5: https://s3.amazonaws.com/Build_2_5/
The bucket architecture is identical to the 2.5 release downloads found in the HR Open Standards Store. While the online source cannot be directly browsed, it may be accessed for pre-testing validation.
For example, if your product calls Candidate from the 2_5 release, your local instance would use the following path from Amazon AWS: https://s3.amazonaws.com/Build_2_5/HR-XML-2_5/SEP/Candidate.xsd
This can be seen in the following namespace from a Candidate instance. The Amazon path is listed under the path portion of xsi:schemaLocation.
<Candidate xmlns=”http://ns.hr-xml.org/2007-04-15″
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://ns.hr-xml.org/2007-04-15
https://s3.amazonaws.com/Build_2_5/HR-XML-2_5/SEP/Candidate.xsd”>
To directly explore the architecture of the 2.X HR-XML release, please locally download the environment from our Standards Download Page.