Ticket Response SchemaThis is a featured page


A ticket is returned by a login call.

For example:

<response>
<ticket>8af83c9af4f8e62c29f382aa405ab3a4a974e8cf3b68d702e3899eb158dd40e87185fc20263f6120eae6953c89ec43a229f2681221a50bf3c2b1b361b09de5c3</ticket>
</response>

The following schema describes this response:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<xs:element name="response" type="response"/>

<xs:element name="ticket" type="ticket"/>

<xs:complexType name="response">
<xs:sequence>
<xs:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="version" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

<xs:simpleType name="ticket">
<xs:restriction base="xs:string"/>
</xs:simpleType>

</xs:schema>





boe_wetpaint
boe_wetpaint
Latest page update: made by boe_wetpaint , Oct 7 2008, 2:46 PM EDT (about this update About This Update boe_wetpaint Edited by boe_wetpaint

No content added or deleted.

- complete history)
Keyword tags: None
More Info: links to this page
There are no threads for this page.  Be the first to start a new thread.