<?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://www.wherigo.com/services/" xmlns:s1="http://www.wherigo.com/services/AbstractTypes" 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://www.wherigo.com/services/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.wherigo.com/services/">
      <s:element name="CompileGWZFile">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cartridgeFile" type="s:base64Binary" />
            <s:element minOccurs="1" maxOccurs="1" name="deviceType" type="tns:DeviceType" />
            <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:simpleType name="DeviceType">
        <s:restriction base="s:string">
          <s:enumeration value="PPC2003" />
          <s:enumeration value="GarminColorado" />
        </s:restriction>
      </s:simpleType>
      <s:element name="CompileGWZFileResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CompileGWZFileResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="base64Binary" nillable="true" type="s:base64Binary" />
    </s:schema>
    <s:schema targetNamespace="http://www.wherigo.com/services/AbstractTypes">
      <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
      <s:complexType name="StringArray">
        <s:complexContent mixed="false">
          <s:restriction base="soapenc:Array">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
            </s:sequence>
          </s:restriction>
        </s:complexContent>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CompileGWZFileSoapIn">
    <wsdl:part name="parameters" element="tns:CompileGWZFile" />
  </wsdl:message>
  <wsdl:message name="CompileGWZFileSoapOut">
    <wsdl:part name="parameters" element="tns:CompileGWZFileResponse" />
  </wsdl:message>
  <wsdl:message name="CompileGWZFileHttpGetIn">
    <wsdl:part name="cartridgeFile" type="s1:StringArray" />
    <wsdl:part name="deviceType" type="s:string" />
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CompileGWZFileHttpGetOut">
    <wsdl:part name="Body" element="tns:base64Binary" />
  </wsdl:message>
  <wsdl:message name="CompileGWZFileHttpPostIn">
    <wsdl:part name="cartridgeFile" type="s1:StringArray" />
    <wsdl:part name="deviceType" type="s:string" />
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CompileGWZFileHttpPostOut">
    <wsdl:part name="Body" element="tns:base64Binary" />
  </wsdl:message>
  <wsdl:portType name="CartridgeCompileSoap">
    <wsdl:operation name="CompileGWZFile">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Upload a Groundspeak Wherigo Cartridge Zipfile and it returns a Cartridge for you to Play</wsdl:documentation>
      <wsdl:input message="tns:CompileGWZFileSoapIn" />
      <wsdl:output message="tns:CompileGWZFileSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CartridgeCompileHttpGet">
    <wsdl:operation name="CompileGWZFile">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Upload a Groundspeak Wherigo Cartridge Zipfile and it returns a Cartridge for you to Play</wsdl:documentation>
      <wsdl:input message="tns:CompileGWZFileHttpGetIn" />
      <wsdl:output message="tns:CompileGWZFileHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CartridgeCompileHttpPost">
    <wsdl:operation name="CompileGWZFile">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Upload a Groundspeak Wherigo Cartridge Zipfile and it returns a Cartridge for you to Play</wsdl:documentation>
      <wsdl:input message="tns:CompileGWZFileHttpPostIn" />
      <wsdl:output message="tns:CompileGWZFileHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CartridgeCompileSoap" type="tns:CartridgeCompileSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CompileGWZFile">
      <soap:operation soapAction="http://www.wherigo.com/services/CompileGWZFile" 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="CartridgeCompileSoap12" type="tns:CartridgeCompileSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CompileGWZFile">
      <soap12:operation soapAction="http://www.wherigo.com/services/CompileGWZFile" 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="CartridgeCompileHttpGet" type="tns:CartridgeCompileHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="CompileGWZFile">
      <http:operation location="/CompileGWZFile" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CartridgeCompileHttpPost" type="tns:CartridgeCompileHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="CompileGWZFile">
      <http:operation location="/CompileGWZFile" />
      <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="CartridgeCompile">
    <wsdl:port name="CartridgeCompileSoap" binding="tns:CartridgeCompileSoap">
      <soap:address location="http://www.wherigo.com/services/CartridgeCompile.asmx" />
    </wsdl:port>
    <wsdl:port name="CartridgeCompileSoap12" binding="tns:CartridgeCompileSoap12">
      <soap12:address location="http://www.wherigo.com/services/CartridgeCompile.asmx" />
    </wsdl:port>
    <wsdl:port name="CartridgeCompileHttpGet" binding="tns:CartridgeCompileHttpGet">
      <http:address location="http://www.wherigo.com/services/CartridgeCompile.asmx" />
    </wsdl:port>
    <wsdl:port name="CartridgeCompileHttpPost" binding="tns:CartridgeCompileHttpPost">
      <http:address location="http://www.wherigo.com/services/CartridgeCompile.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>