Developers who take either a pure web services (SOAP) or SAML development approach must first convert the Selerix Data Transmission XML to contain HTML Entities as shown in this example. The "less than" [<] character is converted to < and the "greater than" [>] character is converted to >.
Enrollment business rules defined on the BenSelect case may dictate additional data field requirements. Check with the person who configures the BenSelect enrollment to see if any additional data is required.
<?xml version="1.0" encoding="utf-8"?>
<Transmittal xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SenderID="b35fe33c-3365-4d22-8ab1-18a3ca76f06b" Type="UploadApplicants" PortfolioID="87902a63-3ef7-43fa-ada2-d9c9c9b4e0fe">
<Group />
<Applicants>
<Applicant ID="13579BD" UniqueID="b0a947fd-87bb-4996-a702-7c95f8b496b9">
<SSN />
<FirstName>Douglas</FirstName>
<LastName>Fir</LastName>
<Sex>Unknown</Sex>
<LegalStatus>Employee</LegalStatus>
<Relationship>Employee</Relationship>
<BirthDate>1980-01-15T00:00:00</BirthDate>
<Employment>
<HireDate>2012-01-01T00:00:00</HireDate>
<Title>Integration Engineer</Title>
<Department>Product Development</Department>
<Location>JAX</Location>
<JobClass>Salary</JobClass>
</Employment>
</Applicant>
</Applicants>
</Transmittal>
See Also