<application xmlns="http://wadl.dev.java.net/2009/02" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:prefix1="http://webservice.amanda.csdcsystems.com"><grammars><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://webservice.amanda.csdcsystems.com" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://webservice.amanda.csdcsystems.com" version="1.0">
    <xs:element name="WSPublicLoginToken" type="wsPublicLoginToken"/>
    <xs:complexType name="wsPublicLoginToken">
        <xs:sequence>
            <xs:element minOccurs="0" name="lid" type="xs:string"/>
            <xs:element name="peopleRSN" type="xs:int"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://webservice.amanda.csdcsystems.com" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://webservice.amanda.csdcsystems.com" version="1.0">
    <xs:element name="WSAuthToken" type="tns:wsAuthToken"/>
    <xs:complexType name="wsAuthToken">
        <xs:sequence>
            <xs:element name="admin" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="lid" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
</grammars><resources base="https://amandaweb.citywindsor.ca/axis/restful/"><resource path="/auth"><method name="POST"><request><param name="system" style="header" type="xs:string"/><representation mediaType="application/json"><param name="username" style="query" type="xs:string"/><param name="password" style="query" type="xs:string"/><param name="peopleRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method><resource path="/authenticateEFilingUser"><method name="POST"><request><param name="system" style="header" type="xs:string"/><representation mediaType="application/json"><param name="username" style="query" type="xs:string"/><param name="password" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/authenticateLDAPUser"><method name="POST"><request><param name="system" style="header" type="xs:string"/><representation mediaType="application/json"><param name="username" style="query" type="xs:string"/><param name="password" style="query" type="xs:string"/><param name="domain" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSAuthToken"/></response></method></resource><resource path="/authenticatePublicUser"><method name="POST"><request><param name="system" style="header" type="xs:string"/><representation mediaType="application/json"><param name="username" style="query" type="xs:string"/><param name="password" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/authenticateSSOUser"><method name="POST"><request><param name="system" style="header" type="xs:string"/><representation mediaType="application/json"><param name="accessToken" style="query" type="xs:string"/><param name="authCode" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSAuthToken"/></response></method></resource><resource path="/authenticateUser"><method name="POST"><request><param name="system" style="header" type="xs:string"/><representation mediaType="application/json"><param name="username" style="query" type="xs:string"/><param name="password" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSAuthToken"/></response></method></resource><resource path="/echo"><method name="POST"><response><representation mediaType="application/json"><param name="result" style="plain" type="xs:string"/></representation><representation mediaType="application/xml"><param name="result" style="plain" type="xs:string"/></representation></response></method></resource><resource path="/getConnectionCaches"><method name="POST"><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/impersonatePublicUser"><method name="POST"><request><param name="system" style="header" type="xs:string"/><representation mediaType="application/json"><param name="peopleRSN" style="query" type="xs:int"/><param name="lid" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/logOff"><method name="POST"><request><representation mediaType="application/json"><param name="lid" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"><param name="result" style="plain" type="xs:boolean"/></representation><representation mediaType="application/xml"><param name="result" style="plain" type="xs:boolean"/></representation></response></method></resource><resource path="/validateToken"><method name="POST"><request><representation mediaType="application/json"><param name="lid" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource></resource></resources></application>