<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://upsidewireless.com/webservice/authentication" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://upsidewireless.com/webservice/authentication" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://upsidewireless.com/webservice/authentication">
      <s:element name="GetParameters">
        <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="GetParametersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetParametersResult" type="tns:AuthenticationParameters" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="AuthenticationParameters">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Token" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Signature" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="AuthenticationParameters" nillable="true" type="tns:AuthenticationParameters" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetParametersSoapIn">
    <wsdl:part name="parameters" element="tns:GetParameters" />
  </wsdl:message>
  <wsdl:message name="GetParametersSoapOut">
    <wsdl:part name="parameters" element="tns:GetParametersResponse" />
  </wsdl:message>
  <wsdl:message name="GetParametersHttpGetIn">
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetParametersHttpGetOut">
    <wsdl:part name="Body" element="tns:AuthenticationParameters" />
  </wsdl:message>
  <wsdl:message name="GetParametersHttpPostIn">
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetParametersHttpPostOut">
    <wsdl:part name="Body" element="tns:AuthenticationParameters" />
  </wsdl:message>
  <wsdl:portType name="AuthenticationSoap">
    <wsdl:operation name="GetParameters">
      <wsdl:input message="tns:GetParametersSoapIn" />
      <wsdl:output message="tns:GetParametersSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AuthenticationHttpGet">
    <wsdl:operation name="GetParameters">
      <wsdl:input message="tns:GetParametersHttpGetIn" />
      <wsdl:output message="tns:GetParametersHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AuthenticationHttpPost">
    <wsdl:operation name="GetParameters">
      <wsdl:input message="tns:GetParametersHttpPostIn" />
      <wsdl:output message="tns:GetParametersHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AuthenticationSoap" type="tns:AuthenticationSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetParameters">
      <soap:operation soapAction="http://upsidewireless.com/webservice/authentication/GetParameters" 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="AuthenticationSoap12" type="tns:AuthenticationSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetParameters">
      <soap12:operation soapAction="http://upsidewireless.com/webservice/authentication/GetParameters" 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="AuthenticationHttpGet" type="tns:AuthenticationHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetParameters">
      <http:operation location="/GetParameters" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AuthenticationHttpPost" type="tns:AuthenticationHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetParameters">
      <http:operation location="/GetParameters" />
      <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="Authentication">
    <wsdl:port name="AuthenticationSoap" binding="tns:AuthenticationSoap">
      <soap:address location="http://api.upsidewireless.com/soap/Authentication.asmx" />
    </wsdl:port>
    <wsdl:port name="AuthenticationSoap12" binding="tns:AuthenticationSoap12">
      <soap12:address location="http://api.upsidewireless.com/soap/Authentication.asmx" />
    </wsdl:port>
    <wsdl:port name="AuthenticationHttpGet" binding="tns:AuthenticationHttpGet">
      <http:address location="http://api.upsidewireless.com/soap/Authentication.asmx" />
    </wsdl:port>
    <wsdl:port name="AuthenticationHttpPost" binding="tns:AuthenticationHttpPost">
      <http:address location="http://api.upsidewireless.com/soap/Authentication.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>