<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="Soap12" 
    targetNamespace="http://schemas.servicestack.net/types" 
    xmlns:svc="http://schemas.servicestack.net/types" 
    xmlns:tns="http://schemas.servicestack.net/types" 
    
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" 
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
    xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" 
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
    xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" 
    xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 
    xmlns:wsa10="http://www.w3.org/2005/08/addressing" 
    xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">

	<wsdl:types>
		<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="Auth">
    <xs:sequence>
      <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="oauth_token" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="oauth_verifier" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RememberMe" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Continue" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="nonce" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="uri" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="response" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="qop" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="nc" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="cnonce" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Auth" nillable="true" type="tns:Auth" />
  <xs:complexType name="AuthResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="SessionId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ReferrerUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AuthResponse" nillable="true" type="tns:AuthResponse" />
  <xs:complexType name="ResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StackTrace" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
  <xs:complexType name="ArrayOfResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ResponseError" nillable="true" type="tns:ResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfResponseError" nillable="true" type="tns:ArrayOfResponseError" />
  <xs:complexType name="ResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FieldName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseError" nillable="true" type="tns:ResponseError" />
  <xs:complexType name="Registration">
    <xs:sequence>
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="AutoLogin" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Continue" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Registration" nillable="true" type="tns:Registration" />
  <xs:complexType name="RegistrationResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="UserId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SessionId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ReferrerUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RegistrationResponse" nillable="true" type="tns:RegistrationResponse" />
  <xs:complexType name="AuthUserSession">
    <xs:sequence>
      <xs:element minOccurs="0" name="ReferrerUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserAuthId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserAuthName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TwitterUserId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TwitterScreenName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FacebookUserId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FacebookUserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PrimaryEmail" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime" />
      <xs:element minOccurs="0" name="BirthDateRaw" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Culture" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Gender" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MailAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Nickname" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PostalCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TimeZone" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RequestTokenSecret" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CreatedAt" type="xs:dateTime" />
      <xs:element minOccurs="0" name="LastModified" type="xs:dateTime" />
      <xs:element minOccurs="0" name="ProviderOAuthAccess" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfanyType" />
      <xs:element minOccurs="0" name="Roles" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" />
      <xs:element minOccurs="0" name="Permissions" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfstring" />
      <xs:element minOccurs="0" name="IsAuthenticated" type="xs:boolean" />
      <xs:element minOccurs="0" name="Sequence" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AuthUserSession" nillable="true" type="tns:AuthUserSession" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfanyType">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" />
  <xs:complexType name="ArrayOfstring">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
</xs:schema>
	</wsdl:types>

	<wsdl:message name="ChangePasswordIn">
        <wsdl:part name="parameters" element="tns:ChangePassword" />
    </wsdl:message>
    <wsdl:message name="ChangePasswordOut">
        <wsdl:part name="parameters" element="tns:ChangePasswordResponse" />
    </wsdl:message><wsdl:message name="HelloIn">
        <wsdl:part name="parameters" element="tns:Hello" />
    </wsdl:message>
    <wsdl:message name="HelloOut">
        <wsdl:part name="parameters" element="tns:HelloResponse" />
    </wsdl:message><wsdl:message name="TodoIn">
        <wsdl:part name="parameters" element="tns:Todo" />
    </wsdl:message>
    <wsdl:message name="TodoOut">
        <wsdl:part name="parameters" element="tns:TodoResponse" />
    </wsdl:message><wsdl:message name="AuthIn">
        <wsdl:part name="parameters" element="tns:Auth" />
    </wsdl:message>
    <wsdl:message name="AuthOut">
        <wsdl:part name="parameters" element="tns:AuthResponse" />
    </wsdl:message><wsdl:message name="AssignRolesIn">
        <wsdl:part name="parameters" element="tns:AssignRoles" />
    </wsdl:message>
    <wsdl:message name="AssignRolesOut">
        <wsdl:part name="parameters" element="tns:AssignRolesResponse" />
    </wsdl:message><wsdl:message name="UnAssignRolesIn">
        <wsdl:part name="parameters" element="tns:UnAssignRoles" />
    </wsdl:message>
    <wsdl:message name="UnAssignRolesOut">
        <wsdl:part name="parameters" element="tns:UnAssignRolesResponse" />
    </wsdl:message><wsdl:message name="RegistrationIn">
        <wsdl:part name="parameters" element="tns:Registration" />
    </wsdl:message>
    <wsdl:message name="RegistrationOut">
        <wsdl:part name="parameters" element="tns:RegistrationResponse" />
    </wsdl:message>

	<wsdl:message name="PhotoUploadIn">
        <wsdl:part name="parameters" element="tns:PhotoUpload" />
    </wsdl:message><wsdl:message name="StudentCheckInIn">
        <wsdl:part name="parameters" element="tns:StudentCheckIn" />
    </wsdl:message><wsdl:message name="FinalGradeIn">
        <wsdl:part name="parameters" element="tns:FinalGrade" />
    </wsdl:message><wsdl:message name="DirectGradeIn">
        <wsdl:part name="parameters" element="tns:DirectGrade" />
    </wsdl:message><wsdl:message name="HonorCodeIncidentIn">
        <wsdl:part name="parameters" element="tns:HonorCodeIncident" />
    </wsdl:message><wsdl:message name="PlagiarismIncidentIn">
        <wsdl:part name="parameters" element="tns:PlagiarismIncident" />
    </wsdl:message><wsdl:message name="SpiritualDevelopmentAttendanceIn">
        <wsdl:part name="parameters" element="tns:SpiritualDevelopmentAttendance" />
    </wsdl:message><wsdl:message name="EngageAttendanceIn">
        <wsdl:part name="parameters" element="tns:EngageAttendance" />
    </wsdl:message><wsdl:message name="RoomBoardCreditIn">
        <wsdl:part name="parameters" element="tns:RoomBoardCredit" />
    </wsdl:message><wsdl:message name="OvernightIn">
        <wsdl:part name="parameters" element="tns:Overnight" />
    </wsdl:message><wsdl:message name="AdviseeIn">
        <wsdl:part name="parameters" element="tns:Advisee" />
    </wsdl:message><wsdl:message name="SelfRegistrationIn">
        <wsdl:part name="parameters" element="tns:SelfRegistration" />
    </wsdl:message><wsdl:message name="FerpaIn">
        <wsdl:part name="parameters" element="tns:Ferpa" />
    </wsdl:message><wsdl:message name="AdvisorIn">
        <wsdl:part name="parameters" element="tns:Advisor" />
    </wsdl:message><wsdl:message name="FacultyScheduleIn">
        <wsdl:part name="parameters" element="tns:FacultySchedule" />
    </wsdl:message><wsdl:message name="MergeStudentIn">
        <wsdl:part name="parameters" element="tns:MergeStudent" />
    </wsdl:message><wsdl:message name="StudentActivityIn">
        <wsdl:part name="parameters" element="tns:StudentActivity" />
    </wsdl:message><wsdl:message name="ResourceAttachmentIn">
        <wsdl:part name="parameters" element="tns:ResourceAttachment" />
    </wsdl:message><wsdl:message name="DocumentTrackingAttachmentIn">
        <wsdl:part name="parameters" element="tns:DocumentTrackingAttachment" />
    </wsdl:message><wsdl:message name="PrayerSheetIn">
        <wsdl:part name="parameters" element="tns:PrayerSheet" />
    </wsdl:message><wsdl:message name="ParkingFeeIn">
        <wsdl:part name="parameters" element="tns:ParkingFee" />
    </wsdl:message><wsdl:message name="ParkingLotIn">
        <wsdl:part name="parameters" element="tns:ParkingLot" />
    </wsdl:message><wsdl:message name="PersonalInformationIn">
        <wsdl:part name="parameters" element="tns:PersonalInformation" />
    </wsdl:message><wsdl:message name="LogEntryIn">
        <wsdl:part name="parameters" element="tns:LogEntry" />
    </wsdl:message><wsdl:message name="DrugPolicyIn">
        <wsdl:part name="parameters" element="tns:DrugPolicy" />
    </wsdl:message><wsdl:message name="CheckInIn">
        <wsdl:part name="parameters" element="tns:CheckIn" />
    </wsdl:message><wsdl:message name="HousingProfileIn">
        <wsdl:part name="parameters" element="tns:HousingProfile" />
    </wsdl:message><wsdl:message name="PreRegistrationIn">
        <wsdl:part name="parameters" element="tns:PreRegistration" />
    </wsdl:message><wsdl:message name="RoomStatusIn">
        <wsdl:part name="parameters" element="tns:RoomStatus" />
    </wsdl:message><wsdl:message name="RoomStatusQuestionIn">
        <wsdl:part name="parameters" element="tns:RoomStatusQuestion" />
    </wsdl:message><wsdl:message name="StudentContactIn">
        <wsdl:part name="parameters" element="tns:StudentContact" />
    </wsdl:message><wsdl:message name="ContactIn">
        <wsdl:part name="parameters" element="tns:Contact" />
    </wsdl:message><wsdl:message name="AccountStatusIn">
        <wsdl:part name="parameters" element="tns:AccountStatus" />
    </wsdl:message><wsdl:message name="CarMakeIn">
        <wsdl:part name="parameters" element="tns:CarMake" />
    </wsdl:message><wsdl:message name="CarModelIn">
        <wsdl:part name="parameters" element="tns:CarModel" />
    </wsdl:message><wsdl:message name="AcademicYearIn">
        <wsdl:part name="parameters" element="tns:AcademicYear" />
    </wsdl:message><wsdl:message name="CarOwnerIn">
        <wsdl:part name="parameters" element="tns:CarOwner" />
    </wsdl:message><wsdl:message name="CarIn">
        <wsdl:part name="parameters" element="tns:Car" />
    </wsdl:message><wsdl:message name="AttendanceRecordIn">
        <wsdl:part name="parameters" element="tns:AttendanceRecord" />
    </wsdl:message><wsdl:message name="BillingIn">
        <wsdl:part name="parameters" element="tns:Billing" />
    </wsdl:message><wsdl:message name="AddressIn">
        <wsdl:part name="parameters" element="tns:Address" />
    </wsdl:message><wsdl:message name="HousingAssignmentIn">
        <wsdl:part name="parameters" element="tns:HousingAssignment" />
    </wsdl:message><wsdl:message name="DemographicIn">
        <wsdl:part name="parameters" element="tns:Demographic" />
    </wsdl:message><wsdl:message name="StudentStatusIn">
        <wsdl:part name="parameters" element="tns:StudentStatus" />
    </wsdl:message><wsdl:message name="TextbookIn">
        <wsdl:part name="parameters" element="tns:Textbook" />
    </wsdl:message><wsdl:message name="MailForwardingAddressIn">
        <wsdl:part name="parameters" element="tns:MailForwardingAddress" />
    </wsdl:message><wsdl:message name="SetPasswordIn">
        <wsdl:part name="parameters" element="tns:SetPassword" />
    </wsdl:message><wsdl:message name="RoomReservationIn">
        <wsdl:part name="parameters" element="tns:RoomReservation" />
    </wsdl:message><wsdl:message name="MailRecipientIn">
        <wsdl:part name="parameters" element="tns:MailRecipient" />
    </wsdl:message><wsdl:message name="FloorIn">
        <wsdl:part name="parameters" element="tns:Floor" />
    </wsdl:message><wsdl:message name="IPNIn">
        <wsdl:part name="parameters" element="tns:IPN" />
    </wsdl:message><wsdl:message name="MoodleAttendanceRecordsIn">
        <wsdl:part name="parameters" element="tns:MoodleAttendanceRecords" />
    </wsdl:message><wsdl:message name="MoodleAttendanceIn">
        <wsdl:part name="parameters" element="tns:MoodleAttendance" />
    </wsdl:message><wsdl:message name="DocumentTrackingIn">
        <wsdl:part name="parameters" element="tns:DocumentTracking" />
    </wsdl:message><wsdl:message name="RegistrationCourseIn">
        <wsdl:part name="parameters" element="tns:RegistrationCourse" />
    </wsdl:message><wsdl:message name="RegistrationQueueIn">
        <wsdl:part name="parameters" element="tns:RegistrationQueue" />
    </wsdl:message><wsdl:message name="RegistrationAlertIn">
        <wsdl:part name="parameters" element="tns:RegistrationAlert" />
    </wsdl:message><wsdl:message name="MailboxIn">
        <wsdl:part name="parameters" element="tns:Mailbox" />
    </wsdl:message><wsdl:message name="GradeIn">
        <wsdl:part name="parameters" element="tns:Grade" />
    </wsdl:message><wsdl:message name="TestScoreFileIn">
        <wsdl:part name="parameters" element="tns:TestScoreFile" />
    </wsdl:message><wsdl:message name="HoldIn">
        <wsdl:part name="parameters" element="tns:Hold" />
    </wsdl:message><wsdl:message name="StudentTypeIn">
        <wsdl:part name="parameters" element="tns:StudentType" />
    </wsdl:message><wsdl:message name="FinancialAwardIn">
        <wsdl:part name="parameters" element="tns:FinancialAward" />
    </wsdl:message><wsdl:message name="RoleIn">
        <wsdl:part name="parameters" element="tns:Role" />
    </wsdl:message><wsdl:message name="WorkStudyApplicantStatusIn">
        <wsdl:part name="parameters" element="tns:WorkStudyApplicantStatus" />
    </wsdl:message><wsdl:message name="WorkStudyApplicationIn">
        <wsdl:part name="parameters" element="tns:WorkStudyApplication" />
    </wsdl:message><wsdl:message name="WorkStudySupervisorIn">
        <wsdl:part name="parameters" element="tns:WorkStudySupervisor" />
    </wsdl:message><wsdl:message name="WorkStudyJobIn">
        <wsdl:part name="parameters" element="tns:WorkStudyJob" />
    </wsdl:message><wsdl:message name="FacultyActivityIn">
        <wsdl:part name="parameters" element="tns:FacultyActivity" />
    </wsdl:message><wsdl:message name="ResourceCategoryIn">
        <wsdl:part name="parameters" element="tns:ResourceCategory" />
    </wsdl:message><wsdl:message name="ResourceIn">
        <wsdl:part name="parameters" element="tns:Resource" />
    </wsdl:message><wsdl:message name="PortalNewsIn">
        <wsdl:part name="parameters" element="tns:PortalNews" />
    </wsdl:message><wsdl:message name="DepartmentIn">
        <wsdl:part name="parameters" element="tns:Department" />
    </wsdl:message><wsdl:message name="ResetPasswordIn">
        <wsdl:part name="parameters" element="tns:ResetPassword" />
    </wsdl:message><wsdl:message name="ResourcePermissionsResultsIn">
        <wsdl:part name="parameters" element="tns:ResourcePermissionsResults" />
    </wsdl:message><wsdl:message name="RoomIn">
        <wsdl:part name="parameters" element="tns:Room" />
    </wsdl:message><wsdl:message name="BuildingIn">
        <wsdl:part name="parameters" element="tns:Building" />
    </wsdl:message><wsdl:message name="SecurityResponseIn">
        <wsdl:part name="parameters" element="tns:SecurityResponse" />
    </wsdl:message><wsdl:message name="SecurityQuestionIn">
        <wsdl:part name="parameters" element="tns:SecurityQuestion" />
    </wsdl:message><wsdl:message name="PersonIn">
        <wsdl:part name="parameters" element="tns:Person" />
    </wsdl:message><wsdl:message name="DirectoryIn">
        <wsdl:part name="parameters" element="tns:Directory" />
    </wsdl:message><wsdl:message name="PortalUsersIn">
        <wsdl:part name="parameters" element="tns:PortalUsers" />
    </wsdl:message><wsdl:message name="CarColorIn">
        <wsdl:part name="parameters" element="tns:CarColor" />
    </wsdl:message><wsdl:message name="CourseIn">
        <wsdl:part name="parameters" element="tns:Course" />
    </wsdl:message><wsdl:message name="TermIn">
        <wsdl:part name="parameters" element="tns:Term" />
    </wsdl:message><wsdl:message name="StudentIn">
        <wsdl:part name="parameters" element="tns:Student" />
    </wsdl:message><wsdl:message name="ExcusedAbsenceIn">
        <wsdl:part name="parameters" element="tns:ExcusedAbsence" />
    </wsdl:message><wsdl:message name="DegreeIn">
        <wsdl:part name="parameters" element="tns:Degree" />
    </wsdl:message><wsdl:message name="ExtracurricularActivityIn">
        <wsdl:part name="parameters" element="tns:ExtracurricularActivity" />
    </wsdl:message><wsdl:message name="ChapelSignUpIn">
        <wsdl:part name="parameters" element="tns:ChapelSignUp" />
    </wsdl:message><wsdl:message name="ChapelAttendanceIn">
        <wsdl:part name="parameters" element="tns:ChapelAttendance" />
    </wsdl:message>

	<wsdl:portType name="ISyncReply">
	<wsdl:operation name="ChangePassword">
        <wsdl:input message="svc:ChangePasswordIn" />
        <wsdl:output message="svc:ChangePasswordOut" />
    </wsdl:operation><wsdl:operation name="Hello">
        <wsdl:input message="svc:HelloIn" />
        <wsdl:output message="svc:HelloOut" />
    </wsdl:operation><wsdl:operation name="Todo">
        <wsdl:input message="svc:TodoIn" />
        <wsdl:output message="svc:TodoOut" />
    </wsdl:operation><wsdl:operation name="Auth">
        <wsdl:input message="svc:AuthIn" />
        <wsdl:output message="svc:AuthOut" />
    </wsdl:operation><wsdl:operation name="AssignRoles">
        <wsdl:input message="svc:AssignRolesIn" />
        <wsdl:output message="svc:AssignRolesOut" />
    </wsdl:operation><wsdl:operation name="UnAssignRoles">
        <wsdl:input message="svc:UnAssignRolesIn" />
        <wsdl:output message="svc:UnAssignRolesOut" />
    </wsdl:operation><wsdl:operation name="Registration">
        <wsdl:input message="svc:RegistrationIn" />
        <wsdl:output message="svc:RegistrationOut" />
    </wsdl:operation>
	</wsdl:portType>

	<wsdl:portType name="IOneWay">
	<wsdl:operation name="PhotoUpload">
        <wsdl:input message="svc:PhotoUploadIn" />
    </wsdl:operation><wsdl:operation name="StudentCheckIn">
        <wsdl:input message="svc:StudentCheckInIn" />
    </wsdl:operation><wsdl:operation name="FinalGrade">
        <wsdl:input message="svc:FinalGradeIn" />
    </wsdl:operation><wsdl:operation name="DirectGrade">
        <wsdl:input message="svc:DirectGradeIn" />
    </wsdl:operation><wsdl:operation name="HonorCodeIncident">
        <wsdl:input message="svc:HonorCodeIncidentIn" />
    </wsdl:operation><wsdl:operation name="PlagiarismIncident">
        <wsdl:input message="svc:PlagiarismIncidentIn" />
    </wsdl:operation><wsdl:operation name="SpiritualDevelopmentAttendance">
        <wsdl:input message="svc:SpiritualDevelopmentAttendanceIn" />
    </wsdl:operation><wsdl:operation name="EngageAttendance">
        <wsdl:input message="svc:EngageAttendanceIn" />
    </wsdl:operation><wsdl:operation name="RoomBoardCredit">
        <wsdl:input message="svc:RoomBoardCreditIn" />
    </wsdl:operation><wsdl:operation name="Overnight">
        <wsdl:input message="svc:OvernightIn" />
    </wsdl:operation><wsdl:operation name="Advisee">
        <wsdl:input message="svc:AdviseeIn" />
    </wsdl:operation><wsdl:operation name="SelfRegistration">
        <wsdl:input message="svc:SelfRegistrationIn" />
    </wsdl:operation><wsdl:operation name="Ferpa">
        <wsdl:input message="svc:FerpaIn" />
    </wsdl:operation><wsdl:operation name="Advisor">
        <wsdl:input message="svc:AdvisorIn" />
    </wsdl:operation><wsdl:operation name="FacultySchedule">
        <wsdl:input message="svc:FacultyScheduleIn" />
    </wsdl:operation><wsdl:operation name="MergeStudent">
        <wsdl:input message="svc:MergeStudentIn" />
    </wsdl:operation><wsdl:operation name="StudentActivity">
        <wsdl:input message="svc:StudentActivityIn" />
    </wsdl:operation><wsdl:operation name="ResourceAttachment">
        <wsdl:input message="svc:ResourceAttachmentIn" />
    </wsdl:operation><wsdl:operation name="DocumentTrackingAttachment">
        <wsdl:input message="svc:DocumentTrackingAttachmentIn" />
    </wsdl:operation><wsdl:operation name="PrayerSheet">
        <wsdl:input message="svc:PrayerSheetIn" />
    </wsdl:operation><wsdl:operation name="ParkingFee">
        <wsdl:input message="svc:ParkingFeeIn" />
    </wsdl:operation><wsdl:operation name="ParkingLot">
        <wsdl:input message="svc:ParkingLotIn" />
    </wsdl:operation><wsdl:operation name="PersonalInformation">
        <wsdl:input message="svc:PersonalInformationIn" />
    </wsdl:operation><wsdl:operation name="LogEntry">
        <wsdl:input message="svc:LogEntryIn" />
    </wsdl:operation><wsdl:operation name="DrugPolicy">
        <wsdl:input message="svc:DrugPolicyIn" />
    </wsdl:operation><wsdl:operation name="CheckIn">
        <wsdl:input message="svc:CheckInIn" />
    </wsdl:operation><wsdl:operation name="HousingProfile">
        <wsdl:input message="svc:HousingProfileIn" />
    </wsdl:operation><wsdl:operation name="PreRegistration">
        <wsdl:input message="svc:PreRegistrationIn" />
    </wsdl:operation><wsdl:operation name="RoomStatus">
        <wsdl:input message="svc:RoomStatusIn" />
    </wsdl:operation><wsdl:operation name="RoomStatusQuestion">
        <wsdl:input message="svc:RoomStatusQuestionIn" />
    </wsdl:operation><wsdl:operation name="StudentContact">
        <wsdl:input message="svc:StudentContactIn" />
    </wsdl:operation><wsdl:operation name="Contact">
        <wsdl:input message="svc:ContactIn" />
    </wsdl:operation><wsdl:operation name="AccountStatus">
        <wsdl:input message="svc:AccountStatusIn" />
    </wsdl:operation><wsdl:operation name="CarMake">
        <wsdl:input message="svc:CarMakeIn" />
    </wsdl:operation><wsdl:operation name="CarModel">
        <wsdl:input message="svc:CarModelIn" />
    </wsdl:operation><wsdl:operation name="AcademicYear">
        <wsdl:input message="svc:AcademicYearIn" />
    </wsdl:operation><wsdl:operation name="CarOwner">
        <wsdl:input message="svc:CarOwnerIn" />
    </wsdl:operation><wsdl:operation name="Car">
        <wsdl:input message="svc:CarIn" />
    </wsdl:operation><wsdl:operation name="AttendanceRecord">
        <wsdl:input message="svc:AttendanceRecordIn" />
    </wsdl:operation><wsdl:operation name="Billing">
        <wsdl:input message="svc:BillingIn" />
    </wsdl:operation><wsdl:operation name="Address">
        <wsdl:input message="svc:AddressIn" />
    </wsdl:operation><wsdl:operation name="HousingAssignment">
        <wsdl:input message="svc:HousingAssignmentIn" />
    </wsdl:operation><wsdl:operation name="Demographic">
        <wsdl:input message="svc:DemographicIn" />
    </wsdl:operation><wsdl:operation name="StudentStatus">
        <wsdl:input message="svc:StudentStatusIn" />
    </wsdl:operation><wsdl:operation name="Textbook">
        <wsdl:input message="svc:TextbookIn" />
    </wsdl:operation><wsdl:operation name="MailForwardingAddress">
        <wsdl:input message="svc:MailForwardingAddressIn" />
    </wsdl:operation><wsdl:operation name="SetPassword">
        <wsdl:input message="svc:SetPasswordIn" />
    </wsdl:operation><wsdl:operation name="RoomReservation">
        <wsdl:input message="svc:RoomReservationIn" />
    </wsdl:operation><wsdl:operation name="MailRecipient">
        <wsdl:input message="svc:MailRecipientIn" />
    </wsdl:operation><wsdl:operation name="Floor">
        <wsdl:input message="svc:FloorIn" />
    </wsdl:operation><wsdl:operation name="IPN">
        <wsdl:input message="svc:IPNIn" />
    </wsdl:operation><wsdl:operation name="MoodleAttendanceRecords">
        <wsdl:input message="svc:MoodleAttendanceRecordsIn" />
    </wsdl:operation><wsdl:operation name="MoodleAttendance">
        <wsdl:input message="svc:MoodleAttendanceIn" />
    </wsdl:operation><wsdl:operation name="DocumentTracking">
        <wsdl:input message="svc:DocumentTrackingIn" />
    </wsdl:operation><wsdl:operation name="RegistrationCourse">
        <wsdl:input message="svc:RegistrationCourseIn" />
    </wsdl:operation><wsdl:operation name="RegistrationQueue">
        <wsdl:input message="svc:RegistrationQueueIn" />
    </wsdl:operation><wsdl:operation name="RegistrationAlert">
        <wsdl:input message="svc:RegistrationAlertIn" />
    </wsdl:operation><wsdl:operation name="Mailbox">
        <wsdl:input message="svc:MailboxIn" />
    </wsdl:operation><wsdl:operation name="Grade">
        <wsdl:input message="svc:GradeIn" />
    </wsdl:operation><wsdl:operation name="TestScoreFile">
        <wsdl:input message="svc:TestScoreFileIn" />
    </wsdl:operation><wsdl:operation name="Hold">
        <wsdl:input message="svc:HoldIn" />
    </wsdl:operation><wsdl:operation name="StudentType">
        <wsdl:input message="svc:StudentTypeIn" />
    </wsdl:operation><wsdl:operation name="FinancialAward">
        <wsdl:input message="svc:FinancialAwardIn" />
    </wsdl:operation><wsdl:operation name="Role">
        <wsdl:input message="svc:RoleIn" />
    </wsdl:operation><wsdl:operation name="WorkStudyApplicantStatus">
        <wsdl:input message="svc:WorkStudyApplicantStatusIn" />
    </wsdl:operation><wsdl:operation name="WorkStudyApplication">
        <wsdl:input message="svc:WorkStudyApplicationIn" />
    </wsdl:operation><wsdl:operation name="WorkStudySupervisor">
        <wsdl:input message="svc:WorkStudySupervisorIn" />
    </wsdl:operation><wsdl:operation name="WorkStudyJob">
        <wsdl:input message="svc:WorkStudyJobIn" />
    </wsdl:operation><wsdl:operation name="FacultyActivity">
        <wsdl:input message="svc:FacultyActivityIn" />
    </wsdl:operation><wsdl:operation name="ResourceCategory">
        <wsdl:input message="svc:ResourceCategoryIn" />
    </wsdl:operation><wsdl:operation name="Resource">
        <wsdl:input message="svc:ResourceIn" />
    </wsdl:operation><wsdl:operation name="PortalNews">
        <wsdl:input message="svc:PortalNewsIn" />
    </wsdl:operation><wsdl:operation name="Department">
        <wsdl:input message="svc:DepartmentIn" />
    </wsdl:operation><wsdl:operation name="ResetPassword">
        <wsdl:input message="svc:ResetPasswordIn" />
    </wsdl:operation><wsdl:operation name="ResourcePermissionsResults">
        <wsdl:input message="svc:ResourcePermissionsResultsIn" />
    </wsdl:operation><wsdl:operation name="Room">
        <wsdl:input message="svc:RoomIn" />
    </wsdl:operation><wsdl:operation name="Building">
        <wsdl:input message="svc:BuildingIn" />
    </wsdl:operation><wsdl:operation name="SecurityResponse">
        <wsdl:input message="svc:SecurityResponseIn" />
    </wsdl:operation><wsdl:operation name="SecurityQuestion">
        <wsdl:input message="svc:SecurityQuestionIn" />
    </wsdl:operation><wsdl:operation name="Person">
        <wsdl:input message="svc:PersonIn" />
    </wsdl:operation><wsdl:operation name="Directory">
        <wsdl:input message="svc:DirectoryIn" />
    </wsdl:operation><wsdl:operation name="PortalUsers">
        <wsdl:input message="svc:PortalUsersIn" />
    </wsdl:operation><wsdl:operation name="CarColor">
        <wsdl:input message="svc:CarColorIn" />
    </wsdl:operation><wsdl:operation name="Course">
        <wsdl:input message="svc:CourseIn" />
    </wsdl:operation><wsdl:operation name="Term">
        <wsdl:input message="svc:TermIn" />
    </wsdl:operation><wsdl:operation name="Student">
        <wsdl:input message="svc:StudentIn" />
    </wsdl:operation><wsdl:operation name="ExcusedAbsence">
        <wsdl:input message="svc:ExcusedAbsenceIn" />
    </wsdl:operation><wsdl:operation name="Degree">
        <wsdl:input message="svc:DegreeIn" />
    </wsdl:operation><wsdl:operation name="ExtracurricularActivity">
        <wsdl:input message="svc:ExtracurricularActivityIn" />
    </wsdl:operation><wsdl:operation name="ChapelSignUp">
        <wsdl:input message="svc:ChapelSignUpIn" />
    </wsdl:operation><wsdl:operation name="ChapelAttendance">
        <wsdl:input message="svc:ChapelAttendanceIn" />
    </wsdl:operation>
	</wsdl:portType>

	<wsdl:binding name="WSHttpBinding_ISyncReply" type="svc:ISyncReply">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="ChangePassword">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ChangePassword" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Hello">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Hello" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Todo">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Todo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Auth">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Auth" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="AssignRoles">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AssignRoles" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="UnAssignRoles">
      <soap:operation soapAction="http://schemas.servicestack.net/types/UnAssignRoles" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Registration">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Registration" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
	</wsdl:binding>
        
	<wsdl:binding name="WSHttpBinding_IOneWay" type="svc:IOneWay">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="PhotoUpload">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PhotoUpload" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="StudentCheckIn">
      <soap:operation soapAction="http://schemas.servicestack.net/types/StudentCheckIn" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="FinalGrade">
      <soap:operation soapAction="http://schemas.servicestack.net/types/FinalGrade" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="DirectGrade">
      <soap:operation soapAction="http://schemas.servicestack.net/types/DirectGrade" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="HonorCodeIncident">
      <soap:operation soapAction="http://schemas.servicestack.net/types/HonorCodeIncident" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="PlagiarismIncident">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PlagiarismIncident" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SpiritualDevelopmentAttendance">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SpiritualDevelopmentAttendance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="EngageAttendance">
      <soap:operation soapAction="http://schemas.servicestack.net/types/EngageAttendance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RoomBoardCredit">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RoomBoardCredit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Overnight">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Overnight" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Advisee">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Advisee" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SelfRegistration">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SelfRegistration" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Ferpa">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Ferpa" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Advisor">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Advisor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="FacultySchedule">
      <soap:operation soapAction="http://schemas.servicestack.net/types/FacultySchedule" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="MergeStudent">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MergeStudent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="StudentActivity">
      <soap:operation soapAction="http://schemas.servicestack.net/types/StudentActivity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ResourceAttachment">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ResourceAttachment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="DocumentTrackingAttachment">
      <soap:operation soapAction="http://schemas.servicestack.net/types/DocumentTrackingAttachment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="PrayerSheet">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PrayerSheet" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ParkingFee">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ParkingFee" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ParkingLot">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ParkingLot" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="PersonalInformation">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PersonalInformation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="LogEntry">
      <soap:operation soapAction="http://schemas.servicestack.net/types/LogEntry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="DrugPolicy">
      <soap:operation soapAction="http://schemas.servicestack.net/types/DrugPolicy" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CheckIn">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CheckIn" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="HousingProfile">
      <soap:operation soapAction="http://schemas.servicestack.net/types/HousingProfile" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="PreRegistration">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PreRegistration" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RoomStatus">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RoomStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RoomStatusQuestion">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RoomStatusQuestion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="StudentContact">
      <soap:operation soapAction="http://schemas.servicestack.net/types/StudentContact" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Contact">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Contact" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="AccountStatus">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AccountStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CarMake">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CarMake" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CarModel">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CarModel" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="AcademicYear">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AcademicYear" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CarOwner">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CarOwner" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Car">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Car" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="AttendanceRecord">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AttendanceRecord" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Billing">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Billing" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Address">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Address" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="HousingAssignment">
      <soap:operation soapAction="http://schemas.servicestack.net/types/HousingAssignment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Demographic">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Demographic" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="StudentStatus">
      <soap:operation soapAction="http://schemas.servicestack.net/types/StudentStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Textbook">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Textbook" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="MailForwardingAddress">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MailForwardingAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SetPassword">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SetPassword" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RoomReservation">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RoomReservation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="MailRecipient">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MailRecipient" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Floor">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Floor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="IPN">
      <soap:operation soapAction="http://schemas.servicestack.net/types/IPN" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="MoodleAttendanceRecords">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MoodleAttendanceRecords" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="MoodleAttendance">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MoodleAttendance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="DocumentTracking">
      <soap:operation soapAction="http://schemas.servicestack.net/types/DocumentTracking" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RegistrationCourse">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RegistrationCourse" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RegistrationQueue">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RegistrationQueue" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RegistrationAlert">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RegistrationAlert" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Mailbox">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Mailbox" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Grade">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Grade" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="TestScoreFile">
      <soap:operation soapAction="http://schemas.servicestack.net/types/TestScoreFile" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Hold">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Hold" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="StudentType">
      <soap:operation soapAction="http://schemas.servicestack.net/types/StudentType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="FinancialAward">
      <soap:operation soapAction="http://schemas.servicestack.net/types/FinancialAward" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Role">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Role" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="WorkStudyApplicantStatus">
      <soap:operation soapAction="http://schemas.servicestack.net/types/WorkStudyApplicantStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="WorkStudyApplication">
      <soap:operation soapAction="http://schemas.servicestack.net/types/WorkStudyApplication" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="WorkStudySupervisor">
      <soap:operation soapAction="http://schemas.servicestack.net/types/WorkStudySupervisor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="WorkStudyJob">
      <soap:operation soapAction="http://schemas.servicestack.net/types/WorkStudyJob" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="FacultyActivity">
      <soap:operation soapAction="http://schemas.servicestack.net/types/FacultyActivity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ResourceCategory">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ResourceCategory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Resource">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Resource" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="PortalNews">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PortalNews" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Department">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Department" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ResetPassword">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ResetPassword" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ResourcePermissionsResults">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ResourcePermissionsResults" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Room">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Room" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Building">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Building" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SecurityResponse">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SecurityResponse" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SecurityQuestion">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SecurityQuestion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Person">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Person" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Directory">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Directory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="PortalUsers">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PortalUsers" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CarColor">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CarColor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Course">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Course" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Term">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Term" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Student">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Student" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ExcusedAbsence">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ExcusedAbsence" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Degree">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Degree" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ExtracurricularActivity">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ExtracurricularActivity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ChapelSignUp">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ChapelSignUp" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ChapelAttendance">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ChapelAttendance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation>
	</wsdl:binding>

	<wsdl:service name="SyncReply">
		<wsdl:port name="WSHttpBinding_ISyncReply" binding="svc:WSHttpBinding_ISyncReply">
			<soap:address location="https://api.bryan.edu/soap12" />
		</wsdl:port>
	</wsdl:service>

	<wsdl:service name="AsyncOneWay">
		<wsdl:port name="WSHttpBinding_IOneWay" binding="svc:WSHttpBinding_IOneWay">
			<soap:address location="https://api.bryan.edu/soap12" />
		</wsdl:port>
	</wsdl:service>
	
</wsdl:definitions>