Skip to content

Instantly share code, notes, and snippets.

@pyxze
Last active February 22, 2017 16:55
Show Gist options
  • Save pyxze/ee7875cb3326e80af0a95df78352bfa0 to your computer and use it in GitHub Desktop.
Save pyxze/ee7875cb3326e80af0a95df78352bfa0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ValidateStudentResponse xmlns="http://www.trec.state.tx.us/ProcessRoster">
<ValidateStudentResult>
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Table">
<xs:complexType>
<xs:sequence>
<xs:element name="XENT_ID" msprop:OraDbType="107" type="xs:decimal" minOccurs="0" />
<xs:element name="LIC_ID" msprop:OraDbType="107" type="xs:decimal" minOccurs="0" />
<xs:element name="CLNT_CDE" msprop:OraDbType="126" type="xs:string" minOccurs="0" />
<xs:element name="LIC_NBR" msprop:OraDbType="126" type="xs:string" minOccurs="0" />
<xs:element name="LIC_NME" msprop:OraDbType="126" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
<NewDataSet xmlns="">
<Table diffgr:id="Table1" msdata:rowOrder="0">
<XENT_ID>881348396</XENT_ID>
<LIC_ID>616976</LIC_ID>
<CLNT_CDE>REI</CLNT_CDE>
<LIC_NBR>589855</LIC_NBR>
<LIC_NME>DAHLKE, DETLEF </LIC_NME>
</Table>
</NewDataSet>
</diffgr:diffgram>
</ValidateStudentResult>
</ValidateStudentResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment