<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://eol.ucla.edu/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://eol.ucla.edu/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://eol.ucla.edu/webservices/">
      <s:element name="ProcessLogon">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProcessLogonResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProcessLogonResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProcessLogoff">
        <s:complexType />
      </s:element>
      <s:element name="ProcessLogoffResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProcessLogoffResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="boolean" type="s:boolean" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ProcessLogonSoapIn">
    <wsdl:part name="parameters" element="tns:ProcessLogon" />
  </wsdl:message>
  <wsdl:message name="ProcessLogonSoapOut">
    <wsdl:part name="parameters" element="tns:ProcessLogonResponse" />
  </wsdl:message>
  <wsdl:message name="ProcessLogoffSoapIn">
    <wsdl:part name="parameters" element="tns:ProcessLogoff" />
  </wsdl:message>
  <wsdl:message name="ProcessLogoffSoapOut">
    <wsdl:part name="parameters" element="tns:ProcessLogoffResponse" />
  </wsdl:message>
  <wsdl:message name="ProcessLogonHttpGetIn">
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ProcessLogonHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="ProcessLogoffHttpGetIn" />
  <wsdl:message name="ProcessLogoffHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="ProcessLogonHttpPostIn">
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ProcessLogonHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="ProcessLogoffHttpPostIn" />
  <wsdl:message name="ProcessLogoffHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:portType name="LogonSoap">
    <wsdl:operation name="ProcessLogon">
      <wsdl:input message="tns:ProcessLogonSoapIn" />
      <wsdl:output message="tns:ProcessLogonSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProcessLogoff">
      <wsdl:input message="tns:ProcessLogoffSoapIn" />
      <wsdl:output message="tns:ProcessLogoffSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="LogonHttpGet">
    <wsdl:operation name="ProcessLogon">
      <wsdl:input message="tns:ProcessLogonHttpGetIn" />
      <wsdl:output message="tns:ProcessLogonHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ProcessLogoff">
      <wsdl:input message="tns:ProcessLogoffHttpGetIn" />
      <wsdl:output message="tns:ProcessLogoffHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="LogonHttpPost">
    <wsdl:operation name="ProcessLogon">
      <wsdl:input message="tns:ProcessLogonHttpPostIn" />
      <wsdl:output message="tns:ProcessLogonHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ProcessLogoff">
      <wsdl:input message="tns:ProcessLogoffHttpPostIn" />
      <wsdl:output message="tns:ProcessLogoffHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="LogonSoap" type="tns:LogonSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ProcessLogon">
      <soap:operation soapAction="http://eol.ucla.edu/webservices/ProcessLogon" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProcessLogoff">
      <soap:operation soapAction="http://eol.ucla.edu/webservices/ProcessLogoff" 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="LogonSoap12" type="tns:LogonSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ProcessLogon">
      <soap12:operation soapAction="http://eol.ucla.edu/webservices/ProcessLogon" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProcessLogoff">
      <soap12:operation soapAction="http://eol.ucla.edu/webservices/ProcessLogoff" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="LogonHttpGet" type="tns:LogonHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="ProcessLogon">
      <http:operation location="/ProcessLogon" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProcessLogoff">
      <http:operation location="/ProcessLogoff" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="LogonHttpPost" type="tns:LogonHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="ProcessLogon">
      <http:operation location="/ProcessLogon" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProcessLogoff">
      <http:operation location="/ProcessLogoff" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Logon">
    <wsdl:port name="LogonSoap" binding="tns:LogonSoap">
      <soap:address location="http://myevents.ucla.edu/Default.asmx" />
    </wsdl:port>
    <wsdl:port name="LogonSoap12" binding="tns:LogonSoap12">
      <soap12:address location="http://myevents.ucla.edu/Default.asmx" />
    </wsdl:port>
    <wsdl:port name="LogonHttpGet" binding="tns:LogonHttpGet">
      <http:address location="http://myevents.ucla.edu/Default.asmx" />
    </wsdl:port>
    <wsdl:port name="LogonHttpPost" binding="tns:LogonHttpPost">
      <http:address location="http://myevents.ucla.edu/Default.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>