<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="WSAttachment" type="tns:wsAttachment"/>
    <xs:element name="WSAttachmentContent" type="tns:wsAttachmentContent"/>
    <xs:element name="WSAuthToken" type="tns:wsAuthToken"/>
    <xs:element name="WSDocketCases" type="tns:wsDocketCases"/>
    <xs:element name="WSDocketEvents" type="tns:wsDocketEvents"/>
    <xs:element name="WSDocketUser" type="tns:wsDocketUser"/>
    <xs:element name="WSDocketUserSlot" type="tns:wsDocketUserSlot"/>
    <xs:element name="WSEventsDetails" type="tns:wsEventsDetails"/>
    <xs:element name="WSFolder" type="tns:wsFolder"/>
    <xs:element name="WSFolderCharge" type="tns:wsFolderCharge"/>
    <xs:element name="WSFolderCountGroupByStatus" type="tns:wsFolderCountGroupByStatus"/>
    <xs:element name="WSFolderInfo" type="tns:wsFolderInfo"/>
    <xs:element name="WSFolderJudgmentClaimInformation" type="tns:wsFolderJudgmentClaimInformation"/>
    <xs:element name="WSFolderProcess" type="tns:wsFolderProcess"/>
    <xs:element name="WSFolderProcessInfo" type="tns:wsFolderProcessInfo"/>
    <xs:element name="WSPeople" type="tns:wsPeople"/>
    <xs:element name="WSPeopleFolder" type="tns:wsPeopleFolder"/>
    <xs:element name="WSValidFolderGroup" type="tns:wsValidFolderGroup"/>
    <xs:element name="WSValidFolderType" type="tns:wsValidFolderType"/>
    <xs:element name="WSValidOperator" type="tns:wsValidOperator"/>
    <xs:element name="WSValidSub" type="tns:wsValidSub"/>
    <xs:element name="WSValidUserMyOffice" type="tns:wsValidUserMyOffice"/>
    <xs:element name="WSVehicle" type="tns:wsVehicle"/>
    <xs:complexType name="wsValidOperator">
        <xs:sequence>
            <xs:element name="AND" type="xs:int"/>
            <xs:element name="BETWEEN" type="xs:int"/>
            <xs:element name="CLOSE_PARENTHESES" type="xs:int"/>
            <xs:element name="ENDS_WITH" type="xs:int"/>
            <xs:element name="EQUAL" type="xs:int"/>
            <xs:element name="EQUAL_IGNORE_CASE" type="xs:int"/>
            <xs:element name="GREATER_THAN" type="xs:int"/>
            <xs:element name="GREATER_THAN_EQUAL" type="xs:int"/>
            <xs:element name="IN" type="xs:int"/>
            <xs:element name="IS_NOT_NULL" type="xs:int"/>
            <xs:element name="IS_NULL" type="xs:int"/>
            <xs:element name="LESS_THAN" type="xs:int"/>
            <xs:element name="LESS_THAN_EQUAL" type="xs:int"/>
            <xs:element name="LIKE" type="xs:int"/>
            <xs:element name="NONE" type="xs:int"/>
            <xs:element name="NOT_EQUAL" type="xs:int"/>
            <xs:element name="OPEN_PARENTHESES" type="xs:int"/>
            <xs:element name="OR" type="xs:int"/>
            <xs:element name="STARTS_WITH" type="xs:int"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsVehicle">
        <xs:sequence>
            <xs:element minOccurs="0" name="axles" nillable="true" type="xs:byte"/>
            <xs:element minOccurs="0" name="bodyType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="bodyTypeDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="colour" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="colourDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="cylinder" nillable="true" type="xs:byte"/>
            <xs:element minOccurs="0" name="make" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="makeDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="model" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="modelDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="power" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="powerDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile1" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile2" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile3" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile4" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile5" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="statusCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="statusDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="vehicleRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="vinNo" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="weight" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="year" nillable="true" type="xs:short"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsFolderCountGroupByStatus">
        <xs:sequence>
            <xs:element minOccurs="0" name="groupCount" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="statusDesc" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsFolderProcessInfo">
        <xs:sequence>
            <xs:element minOccurs="0" name="aesInfoValueCrypt" type="xs:string"/>
            <xs:element minOccurs="0" name="displayOrder" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="encryptionFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="folderRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="infoCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="infoDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="infoValue" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="infoValueCrypt" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="infoValueDateTime" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="infoValueNumeric" nillable="true" type="xs:decimal"/>
            <xs:element minOccurs="0" name="infoValueUpper" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="readOnly" type="xs:boolean"/>
            <xs:element minOccurs="0" name="stampDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="stampUser" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsDocketUser">
        <xs:sequence>
            <xs:element minOccurs="0" name="caseLimit" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="docketDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="docketName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="docketType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="docketUserRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="endDateString" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="endTime" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="startDateString" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="startTime" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="userID" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsPeople">
        <xs:sequence>
            <xs:element minOccurs="0" name="addrCadastralId" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrCity" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrCountry" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrCustomFormatAddress" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrFloorNumber" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrFloorType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrHouse" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrHouse2" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrLocationName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrPostal" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrPostalNumber" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrPostalType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrPrefix" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrProvince" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrStreet" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrStreetDirection" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrStreetPrefix" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrStreetType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrUnit" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addrUnitType" nillable="true" type="xs:string"/>
            <xs:element name="addrValidated" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="addrX" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="addrY" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="addressLine1" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addressLine2" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addressLine3" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addressLine4" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addressLine5" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="addressLine6" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="agencyType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="aliasRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="birthDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="comments" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="community" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="contactSex" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="creditCardProcessingFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="driverLicenceState" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="emailAddress" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="emailFlag" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="familyRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="height" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="heightInch" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="internetAccess" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="internetAnswer" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="internetPassword" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="internetQuestion" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="internetRegistrationDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="internetUserId" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="jobTitle" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="jobTitle2" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="languageCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="lastPasswordRequest" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="licenceFromDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="licenceNumber" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="licenceNumberProvince" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="licenceToDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="nameFirst" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="nameLast" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="nameMiddle" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="nameSuffix" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="nameTitle" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="nearBy" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="organizationName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="parentRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="peopleCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="peopleDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="peopleEyeType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="peopleHairType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="peopleRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="peopleRaceType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="peopleRoleType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="phone1" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="phone1Desc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="phone2" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="phone2Desc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="phone3" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="phone3Desc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="securityCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="sex" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="smsFlag" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="socialSecurityNumber" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="sourceCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="statusCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="subscriptionCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="subscriptionDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="subscriptionFromDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="subscriptionToDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="temporaryPassword" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="weight" nillable="true" type="xs:double"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsFolderJudgmentClaimInformation">
        <xs:sequence>
            <xs:element minOccurs="0" name="awardAmount" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="awardDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="claimAmount" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="claimDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="claimType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="comments" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="decisionDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="decisionFlag" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderAwardRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="folderJudgmentRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="folderRSN" nillable="true" type="xs:int"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsFolderProcess">
        <xs:sequence>
            <xs:element minOccurs="0" name="adminMinutes" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="assignFlag" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="assignedUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="baseLineEndDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="baselineStartDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="calendarID" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="conditionalOccupancy" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="currentProcessFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="disciplineCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="disciplineDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="displayOrder" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="fileLocationCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="folderRSN" nillable="true" type="xs:int"/>
            <xs:element name="hasAttachment" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="inspMinutes" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="inspectionNumber" nillable="true" type="xs:long"/>
            <xs:element minOccurs="0" name="mandatoryFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="orderComplied" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="orderIssued" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="passedFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="printFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="priority" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="processCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="processComment" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processGroupCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="processGroupDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="reference" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="reviewerUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="scheduleDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="scheduleEndDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="signOff" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="signoffUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="stampDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="stampUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="statusCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="statusDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="timeIndicator" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="workOrderFlag" nillable="true" type="xs:boolean"/>
        </xs:sequence>
    </xs:complexType>
    <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:complexType name="wsDocketCases">
        <xs:sequence>
            <xs:element minOccurs="0" name="customFolderNumber" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="docketEvent" nillable="true" type="tns:wsDocketEvents"/>
            <xs:element minOccurs="0" name="folderName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderSubType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="issueUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="statusDesc" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsDocketEvents">
        <xs:sequence>
            <xs:element minOccurs="0" name="assignedUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="docketType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="endDateString" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="resourceCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="resourceDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="resourceName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="startDateString" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsValidUserMyOffice">
        <xs:sequence>
            <xs:element minOccurs="0" name="comments" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="myOfficeDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="myOfficeRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="myOfficeType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="myOfficeURL" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="userID" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsValidFolderType">
        <xs:sequence>
            <xs:element minOccurs="0" name="folderDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderType" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsEventsDetails">
        <xs:sequence>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="docketEvents" nillable="true" type="tns:wsDocketEvents"/>
            <xs:element minOccurs="0" name="statusDesc" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsAttachmentContent">
        <xs:sequence>
            <xs:element minOccurs="0" name="content" nillable="true" type="xs:base64Binary"/>
            <xs:element minOccurs="0" name="contentType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="fileName" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsValidSub">
        <xs:sequence>
            <xs:element name="subCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="subDesc" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsValidFolderGroup">
        <xs:sequence>
            <xs:element name="folderGroupCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="folderGroupDesc" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsFolder">
        <xs:sequence>
            <xs:element minOccurs="0" name="agencyType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="copyFlag" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="customFolderNumber" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dateFolderPrinted" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="expiryDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="finalDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="folderCentury" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="folderCondition" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderDescription" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderGroupCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="folderGroupDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderNumber" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderPropertyUnit" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="folderRevision" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderSection" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderSequence" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderTypeDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="folderYear" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="groupTypeCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="indate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="issueDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="issueUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="issueUserName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="issuedFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="lrPropertyRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="oldFolderRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="operationName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="parentRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="priority" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="projectLeadUserID" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="projectLeadUserName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="propertyLocation" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="propertyRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="referenceFile" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile2" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile3" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile4" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile5" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile6" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="referenceFile7" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="renewalPrintDate" nillable="true" type="xs:dateTime"/>
            <xs:element name="securedFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="securityCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="statCanArea" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="statCanUnitChanged" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="statCanUnits" nillable="true" type="xs:int"/>
            <xs:element default="0.0" minOccurs="0" name="statCanValuation" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="statusCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="statusDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="subCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="subCodeDesc" nillable="true" type="xs:string"/>
            <xs:element default="0.0" minOccurs="0" name="totalBalanceDue" nillable="true" type="xs:double"/>
            <xs:element default="0.0" minOccurs="0" name="unbilledBalanceDue" nillable="true" type="xs:double"/>
            <xs:element minOccurs="0" name="vehicleRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="workCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="workCodeDesc" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsFolderInfo">
        <xs:sequence>
            <xs:element minOccurs="0" name="comments" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="displayOrder" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="encryptionFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="folderStage" nillable="true" type="xs:long"/>
            <xs:element minOccurs="0" name="folderType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="infoCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="infoDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="infoGroup" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="infoType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="infoValue" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="mandatory" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="printFlag" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="readOnly" type="xs:boolean"/>
            <xs:element minOccurs="0" name="requiredForInitialSetup" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayApplyFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayApplyForLicenceFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayApplyForPermitFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayFlag" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="webDisplayMyLicenceFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayMyPermitFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayPublicQueryFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayRenewLicenceFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="webDisplayViewFlag" nillable="true" type="xs:boolean"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsPeopleFolder">
        <xs:sequence>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="folder" nillable="true" type="tns:wsFolder"/>
            <xs:element minOccurs="0" name="people" nillable="true" type="tns:wsPeople"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsAttachment">
        <xs:sequence>
            <xs:element minOccurs="0" name="assignedUser" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="attachmentBlobSize" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="attachmentCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="attachmentDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="attachmentDetail" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="attachmentFileAlias" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="attachmentFileSuffix" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="attachmentRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="attachmentStatusCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="attachmentStatusDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="attachmentTypeDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="currentVersionFlag" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="dosPath" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="edmsID" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="indicator" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="linkCode" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="oldDOSPath" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="stampDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="tableName" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="tableRSN" nillable="true" type="xs:int"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsDocketUserSlot">
        <xs:sequence>
            <xs:element minOccurs="0" name="docketUserRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="docketUserSlotRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="endTime" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="endTimeString" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="scheduledCount" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="startTime" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="startTimeString" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="wsFolderCharge">
        <xs:sequence>
            <xs:element minOccurs="0" name="chargeCode" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="chargeDescription" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="chargeRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="citation" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="citationSigned" nillable="true" type="xs:boolean"/>
            <xs:element minOccurs="0" name="costAccountBillFeeRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="courtCosts" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="defendantPeopleRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="deferralAttemptRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="deferralDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="deferralDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="deferralType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dispositionAttemptRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="dispositionDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="dispositionDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dispositionJudge" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="dispositionType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="effectiveDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="fineAccountBillFeeRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="fineAmount" nillable="true" type="xs:decimal"/>
            <xs:element minOccurs="0" name="folderRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="offenceDateFrom" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="offenceDateTo" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="pleaAttemptRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="pleaDate" nillable="true" type="xs:dateTime"/>
            <xs:element minOccurs="0" name="pleaDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="pleaType" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="processRSN" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="rank" nillable="true" type="xs:int"/>
            <xs:element minOccurs="0" name="reason" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="severityDesc" nillable="true" type="xs:string"/>
            <xs:element minOccurs="0" name="severityType" nillable="true" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
    <xs:element name="WSVehicles">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSVehicle"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSFolderCountGroupByStatuss">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSFolderCountGroupByStatus"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSFolderProcessInfos">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSFolderProcessInfo"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSDocketUsers">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSDocketUser"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSPeoples">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSPeople"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSFolderJudgmentClaimInformations">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSFolderJudgmentClaimInformation"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSFolderProcesss">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSFolderProcess"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSDocketCasess">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSDocketCases"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSValidUserMyOffices">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSValidUserMyOffice"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSValidFolderTypes">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSValidFolderType"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSEventsDetailss">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSEventsDetails"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSValidSubs">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSValidSub"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSValidFolderGroups">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSValidFolderGroup"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSFolders">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSFolder"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSFolderInfos">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSFolderInfo"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSAttachments">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSAttachment"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSDocketUserSlots">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSDocketUserSlot"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="WSFolderCharges">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:WSFolderCharge"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
</xs:schema>
</grammars><resources base="https://amandaweb.citywindsor.ca/axis/restful/"><resource path="/jwb"><resource path="/addFolderComment"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderComment" style="query"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/addLink"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="officeLink" style="query"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSValidUserMyOffice"/></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="/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="/deleteLink"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="myOfficeRSN" style="query" type="xs:int"/></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="/getAttachmentContent"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="attachmentRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSAttachmentContent"/></response></method></resource><resource path="/getCasesByDocketRSN"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="docketUser" style="query" type="xs:string"/><param name="startTime" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSDocketCasess"/></response></method></resource><resource path="/getDocketByUser"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="userID" style="query" type="xs:string"/><param name="startDate" style="query" type="xs:string"/><param name="endDate" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSDocketUsers"/></response></method></resource><resource path="/getDocketCasesByStatus"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="docketUser" style="query" type="xs:string"/><param name="startTime" style="query" type="xs:string"/><param name="endTime" style="query" type="xs:string"/><param name="statusDesc" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSDocketCasess"/></response></method></resource><resource path="/getDocketUserSlotByDocketUserRSN"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="docketUserRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSDocketUserSlots"/></response></method></resource><resource path="/getEventsDetailGroupByStatus"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="userID" style="query" type="xs:string"/><param name="startTime" style="query" type="xs:string"/><param name="endTime" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSEventsDetailss"/></response></method></resource><resource path="/getEventsForPeriod"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="docketUser" style="query" type="xs:string"/><param name="startTime" style="query" type="xs:string"/><param name="endTime" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSDocketCasess"/></response></method></resource><resource path="/getFolder"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolder"/></response></method></resource><resource path="/getFolderAttachment"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSAttachments"/></response></method></resource><resource path="/getFolderBond"><method name="POST"><request><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/getFolderCharge"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolderCharges"/></response></method></resource><resource path="/getFolderComment"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/getFolderCountGroupByStatus"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="userID" style="query" type="xs:string"/><param name="startTime" style="query" type="xs:string"/><param name="endTime" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolderCountGroupByStatuss"/></response></method></resource><resource path="/getFolderGroups"><method name="POST"><request><param name="lid" style="header" type="xs:string"/></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSValidFolderGroups"/></response></method></resource><resource path="/getFolderInfo"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/><param name="displayOptions" style="query" repeating="true"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolderInfos"/></response></method></resource><resource path="/getFolderJudgmentClaimInformation"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolderJudgmentClaimInformations"/></response></method></resource><resource path="/getFolderJudgmentWithClaim"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml"/></response></method></resource><resource path="/getFolderPeople"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSPeoples"/></response></method></resource><resource path="/getFolderProcess"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/><param name="processGroupCode" style="query" repeating="true" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolderProcesss"/></response></method></resource><resource path="/getFolderSubByFolderType"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderType" style="query" type="xs:string"/><param name="webDisplayFlag" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSValidSubs"/></response></method></resource><resource path="/getFolderTypeByGroup"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="groupCode" style="query" repeating="true" type="xs:int"/><param name="webDisplayFlag" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSValidFolderTypes"/></response></method></resource><resource path="/getFolderVehicle"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="folderRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSVehicles"/></response></method></resource><resource path="/getLinks"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="userID" style="query" type="xs:string"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSValidUserMyOffices"/></response></method></resource><resource path="/getPeople"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="peopleRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSPeople"/></response></method></resource><resource path="/getPeopleWithFolder"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="peopleRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSPeopleFolder"/></response></method></resource><resource path="/getProcessAttachment"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="processRSN" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSAttachments"/></response></method></resource><resource path="/getProcessInfo"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="processRSN" style="query" repeating="true" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolderProcessInfos"/></response></method></resource><resource path="/getValidOperators"><method name="POST"><request><param name="lid" style="header" type="xs:string"/></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSValidOperator"/></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="/searchFolder"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="wsSearchCriteria" style="query" repeating="true"/><param name="startIndex" style="query" type="xs:int"/><param name="count" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSFolders"/></response></method></resource><resource path="/searchPeople"><method name="POST"><request><param name="lid" style="header" type="xs:string"/><representation mediaType="application/json"><param name="wsSearchCriteria" style="query" repeating="true"/><param name="startIndex" style="query" type="xs:int"/><param name="count" style="query" type="xs:int"/></representation></request><response><representation mediaType="application/json"/><representation mediaType="application/xml" element="prefix1:WSPeoples"/></response></method></resource></resource></resources></application>