<?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:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://frontur.com/api" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://frontur.com/api" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://frontur.com/api">
      <s:element name="GetDomains">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDomainsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDomainsResult" type="tns:ArrayOfDomain" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDomain">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Domain" nillable="true" type="tns:Domain" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Domain">
        <s:complexContent mixed="false">
          <s:extension base="tns:WebserviceApi">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="DomainId" type="s:int" />
              <s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="WebserviceApi" />
      <s:element name="ArrayOfDomain" nillable="true" type="tns:ArrayOfDomain" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetDomainsSoapIn">
    <wsdl:part name="parameters" element="tns:GetDomains" />
  </wsdl:message>
  <wsdl:message name="GetDomainsSoapOut">
    <wsdl:part name="parameters" element="tns:GetDomainsResponse" />
  </wsdl:message>
  <wsdl:message name="GetDomainsHttpGetIn">
    <wsdl:part name="apiKey" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetDomainsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfDomain" />
  </wsdl:message>
  <wsdl:message name="GetDomainsHttpPostIn">
    <wsdl:part name="apiKey" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetDomainsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfDomain" />
  </wsdl:message>
  <wsdl:portType name="DomainSoap">
    <wsdl:operation name="GetDomains">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the domains that are available. The DomainId is used to log in user and retrieve userToken</wsdl:documentation>
      <wsdl:input message="tns:GetDomainsSoapIn" />
      <wsdl:output message="tns:GetDomainsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="DomainHttpGet">
    <wsdl:operation name="GetDomains">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the domains that are available. The DomainId is used to log in user and retrieve userToken</wsdl:documentation>
      <wsdl:input message="tns:GetDomainsHttpGetIn" />
      <wsdl:output message="tns:GetDomainsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="DomainHttpPost">
    <wsdl:operation name="GetDomains">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the domains that are available. The DomainId is used to log in user and retrieve userToken</wsdl:documentation>
      <wsdl:input message="tns:GetDomainsHttpPostIn" />
      <wsdl:output message="tns:GetDomainsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DomainSoap" type="tns:DomainSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetDomains">
      <soap:operation soapAction="http://frontur.com/api/GetDomains" 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="DomainSoap12" type="tns:DomainSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetDomains">
      <soap12:operation soapAction="http://frontur.com/api/GetDomains" 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="DomainHttpGet" type="tns:DomainHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetDomains">
      <http:operation location="/GetDomains" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="DomainHttpPost" type="tns:DomainHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetDomains">
      <http:operation location="/GetDomains" />
      <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="Domain">
    <wsdl:port name="DomainSoap" binding="tns:DomainSoap">
      <soap:address location="http://babyworld.net/dev/Domain.asmx" />
    </wsdl:port>
    <wsdl:port name="DomainSoap12" binding="tns:DomainSoap12">
      <soap12:address location="http://babyworld.net/dev/Domain.asmx" />
    </wsdl:port>
    <wsdl:port name="DomainHttpGet" binding="tns:DomainHttpGet">
      <http:address location="http://babyworld.net/dev/Domain.asmx" />
    </wsdl:port>
    <wsdl:port name="DomainHttpPost" binding="tns:DomainHttpPost">
      <http:address location="http://babyworld.net/dev/Domain.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>