Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

bannerSoMschema.adoc

From Matt Brookover on slack, March 31

This is Banner SPML for an accepted student

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:oasis:names:tc:SPML:2:0" xmlns:urn1="urn:sungardhe:enterprise:domain:identity:1.0">
<soapenv:Header/>

<soapenv:Body>

<urn:addRequest executionMode="?" requestID="?" returnData="?" targetID="?">
<urn:psoID ID="ALPHA" targetID="?">
<urn:containerID/>
</urn:psoID>
<urn:containerID ID="?" targetID="?">
<urn:containerID/>
</urn:containerID>

<urn:data>

<UDCIdentity PUBLISHER_NAME="Banner" action="UPDATE" xmlns="urn:sungardhe:enterprise:domain:identity:1.0">
<UDCIdentifier>E286607965E09B09BC1183030991013099</UDCIdentifier>

<PersonIdentity>
<PersonName>
<FormattedName>Alpha Trainee</FormattedName>
<GivenName>Alpha</GivenName>
<FamilyName>Trainee</FamilyName>
<Affix type="formOfAddress">Mr.</Affix>
<Affix type="qualification">Sr.</Affix>
</PersonName>

<Gender>M</Gender>
<Birthdate>
<BirthDay>1</BirthDay>
<BirthMonth>1</BirthMonth>
<BirthYear>1997</BirthYear>
</Birthdate>
</PersonIdentity>
<InstitutionRoles>
<institutionrole>
<role>UGRAD</role>
<context>INTCOMP</context>
</institutionrole>
<institutionrole>
<role>INTACCEPT</role>
<context>INTCOMP</context>
</institutionrole>
</InstitutionRoles>

<Extension>

<Attribute>
<name>CWID</name>
<value>1075463499</value>
</Attribute>
<Attribute>
<name>PIDM</name>
<value>44396499</value>
</Attribute>
<Attribute>
<name>APDC_CODE||'|'||APDC_DATE||'|'||TERM_CODE_ENTRY||'|'||LEVL_CODE||'|'||APPL_NO</name>
<value>CC|2015-07-28 14:32:49|202080|UG|1</value>
</Attribute> <Attribute>
<name>GOBTPAC_USER</name>
<value>GLEE</value>
</Attribute>
</Extension>

</UDCIdentity>

</urn:data>

<urn:capabilityData capabilityURI="?" mustUnderstand="?"/>
</urn:addRequest>
</soapenv:Body>

</soapenv:Envelope>

This is a student that was accepted, signaled their intent to enroll and registered an account:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:oasis:names:tc:SPML:2:0" xmlns:urn1="urn:sungardhe:enterprise:domain:identity:1.0">
<soapenv:Header/>

<soapenv:Body>
<urn:addRequest executionMode="?" requestID="?" returnData="?" targetID="?">
<urn:psoID ID="ALPHA" targetID="?">
<urn:containerID/>
</urn:psoID>
<urn:containerID ID="?" targetID="?">
<urn:containerID/>
</urn:containerID>
<urn:data>
<UDCIdentity PUBLISHER_NAME="Banner" action="UPDATE" xmlns="urn:sungardhe:enterprise:domain:identity:1.0">
<UDCIdentifier>E286607965E09B09BC1183030991013099</UDCIdentifier>
<PersonIdentity>
<PersonName>
<FormattedName>Alpha Trainee</FormattedName>
<GivenName>Alpha</GivenName>
<FamilyName>Trainee</FamilyName>
<Affix type="formOfAddress">Mr.</Affix>
<Affix type="qualification">Sr.</Affix>
</PersonName>
<Gender>M</Gender>
<Birthdate>
<BirthDay>1</BirthDay>
<BirthMonth>1</BirthMonth>
<BirthYear>1997</BirthYear>
</Birthdate>
</PersonIdentity>
<InstitutionRoles>
<institutionrole>
<role>UGRAD</role>
<context>INTCOMP</context>
</institutionrole>
<institutionrole>
<role>STUDENT</role>
<context>INTCOMP</context>
</institutionrole>
</InstitutionRoles>
<Extension>
<Attribute>
<name>CWID</name>
<value>1075463499</value>
</Attribute>
<Attribute>
<name>PIDM</name>
<value>44396499</value>
</Attribute>
<Attribute>
<name>APDC_CODE||'|'||APDC_DATE||'|'||TERM_CODE_ENTRY||'|'||LEVL_CODE||'|'||APPL_NO</name>
<value>IE|2015-07-28 14:33:39|202080|UG|1</value>
</Attribute>
<Attribute>
<name>APDC_CODE||'|'||APDC_DATE||'|'||TERM_CODE_ENTRY||'|'||LEVL_CODE||'|'||APPL_NO</name>
<value>CC|2015-07-28 14:32:49|202080|UG|1</value>
</Attribute>
<Attribute>
<name>EXT_ID</name>
<value>alphatrainee</value>
</Attribute>
<Attribute>
<name>GOBTPAC_USER</name>
<value>GLEE</value>
</Attribute>
</Extension>
</UDCIdentity>
</urn:data>
<urn:capabilityData capabilityURI="?" mustUnderstand="?"/>
</urn:addRequest>

</soapenv:Body>

</soapenv:Envelope>