<?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="https://is.skaut.cz/" xmlns:s1="http://microsoft.com/wsdl/types/" 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="https://is.skaut.cz/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Skautská telefonní síť (nová)</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="https://is.skaut.cz/">
      <s:import namespace="http://microsoft.com/wsdl/types/" />
      <s:element name="PersonNumberInfoAll">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="personNumberInfoAllInput" type="tns:PersonNumberInfoAllInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="PersonNumberInfoAllInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Unit" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="PersonNumberInfoAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PersonNumberInfoAllResult" type="tns:ArrayOfPersonNumberInfoAllOutput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPersonNumberInfoAllOutput">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="PersonNumberInfoAllOutput" nillable="true" type="tns:PersonNumberInfoAllOutput" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="PersonNumberInfoAllOutput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Person" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="NumberCount" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" nillable="true" type="s:dateTime" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollAll">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="enrollAllInput" type="tns:EnrollAllInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EnrollAllInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EnrollAllResult" type="tns:ArrayOfEnrollAllOutput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEnrollAllOutput">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EnrollAllOutput" nillable="true" type="tns:EnrollAllOutput" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="EnrollAllOutput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidFrom" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidTo" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="IsValid" nillable="true" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollDelete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="enrollDeleteInput" type="tns:EnrollDeleteInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EnrollDeleteInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollDeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="EnrollDetailLogin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="enrollDetailLoginInput" type="tns:EnrollDetailLoginInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EnrollDetailLoginInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollDetailLoginResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EnrollDetailLoginResult" type="tns:Enroll" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Enroll">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidFrom" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidTo" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="IsValid" nillable="true" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="Agreement" nillable="true" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollDetail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="enrollDetailInput" type="tns:EnrollDetailInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EnrollDetailInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollDetailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EnrollDetailResult" type="tns:Enroll" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EnrollUpdateCancel">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="enrollUpdateCancelInput" type="tns:EnrollUpdateCancelInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EnrollUpdateCancelInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EnrollUpdateCancelResponse">
        <s:complexType />
      </s:element>
      <s:element name="EnrollInsertPerson">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="enroll" type="tns:Enroll" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EnrollInsertPersonResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EnrollInsertPersonResult" type="tns:EnrollInsertPersonOutput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EnrollInsertPersonOutput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EntryCodeAll">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryCodeAllInput" type="tns:EntryCodeAllInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EntryCodeAllInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EntryCodeAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EntryCodeAllResult" type="tns:ArrayOfEntryCodeAllOutput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEntryCodeAllOutput">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EntryCodeAllOutput" nillable="true" type="tns:EntryCodeAllOutput" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="EntryCodeAllOutput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidFrom" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidTo" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="IsValid" nillable="true" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Note" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="EntryCodeDetailValid">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryCodeDetailValidInput" type="tns:EntryCodeDetailValidInput" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EntryCodeDetailValidInput">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_Person" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="EntryCodeDetailValidResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EntryCodeDetailValidResult" type="tns:EntryCode" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EntryCode">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Login" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidFrom" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ValidTo" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="IsValid" nillable="true" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Note" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
      <s:simpleType name="guid">
        <s:restriction base="s:string">
          <s:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
        </s:restriction>
      </s:simpleType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="PersonNumberInfoAllSoapIn">
    <wsdl:part name="parameters" element="tns:PersonNumberInfoAll" />
  </wsdl:message>
  <wsdl:message name="PersonNumberInfoAllSoapOut">
    <wsdl:part name="parameters" element="tns:PersonNumberInfoAllResponse" />
  </wsdl:message>
  <wsdl:message name="EnrollAllSoapIn">
    <wsdl:part name="parameters" element="tns:EnrollAll" />
  </wsdl:message>
  <wsdl:message name="EnrollAllSoapOut">
    <wsdl:part name="parameters" element="tns:EnrollAllResponse" />
  </wsdl:message>
  <wsdl:message name="EnrollDeleteSoapIn">
    <wsdl:part name="parameters" element="tns:EnrollDelete" />
  </wsdl:message>
  <wsdl:message name="EnrollDeleteSoapOut">
    <wsdl:part name="parameters" element="tns:EnrollDeleteResponse" />
  </wsdl:message>
  <wsdl:message name="EnrollDetailLoginSoapIn">
    <wsdl:part name="parameters" element="tns:EnrollDetailLogin" />
  </wsdl:message>
  <wsdl:message name="EnrollDetailLoginSoapOut">
    <wsdl:part name="parameters" element="tns:EnrollDetailLoginResponse" />
  </wsdl:message>
  <wsdl:message name="EnrollDetailSoapIn">
    <wsdl:part name="parameters" element="tns:EnrollDetail" />
  </wsdl:message>
  <wsdl:message name="EnrollDetailSoapOut">
    <wsdl:part name="parameters" element="tns:EnrollDetailResponse" />
  </wsdl:message>
  <wsdl:message name="EnrollUpdateCancelSoapIn">
    <wsdl:part name="parameters" element="tns:EnrollUpdateCancel" />
  </wsdl:message>
  <wsdl:message name="EnrollUpdateCancelSoapOut">
    <wsdl:part name="parameters" element="tns:EnrollUpdateCancelResponse" />
  </wsdl:message>
  <wsdl:message name="EnrollInsertPersonSoapIn">
    <wsdl:part name="parameters" element="tns:EnrollInsertPerson" />
  </wsdl:message>
  <wsdl:message name="EnrollInsertPersonSoapOut">
    <wsdl:part name="parameters" element="tns:EnrollInsertPersonResponse" />
  </wsdl:message>
  <wsdl:message name="EntryCodeAllSoapIn">
    <wsdl:part name="parameters" element="tns:EntryCodeAll" />
  </wsdl:message>
  <wsdl:message name="EntryCodeAllSoapOut">
    <wsdl:part name="parameters" element="tns:EntryCodeAllResponse" />
  </wsdl:message>
  <wsdl:message name="EntryCodeDetailValidSoapIn">
    <wsdl:part name="parameters" element="tns:EntryCodeDetailValid" />
  </wsdl:message>
  <wsdl:message name="EntryCodeDetailValidSoapOut">
    <wsdl:part name="parameters" element="tns:EntryCodeDetailValidResponse" />
  </wsdl:message>
  <wsdl:portType name="TelephonyNetworkSoap">
    <wsdl:operation name="PersonNumberInfoAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Načíst informace o telefonních číslech v STS</wsdl:documentation>
      <wsdl:input message="tns:PersonNumberInfoAllSoapIn" />
      <wsdl:output message="tns:PersonNumberInfoAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EnrollAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Načíst seznam přihlášek do STS</wsdl:documentation>
      <wsdl:input message="tns:EnrollAllSoapIn" />
      <wsdl:output message="tns:EnrollAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EnrollDelete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Smazat přihlášku do STS</wsdl:documentation>
      <wsdl:input message="tns:EnrollDeleteSoapIn" />
      <wsdl:output message="tns:EnrollDeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EnrollDetailLogin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Načíst přihlášku uživatele</wsdl:documentation>
      <wsdl:input message="tns:EnrollDetailLoginSoapIn" />
      <wsdl:output message="tns:EnrollDetailLoginSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EnrollDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Načíst detail přihlášky do STS</wsdl:documentation>
      <wsdl:input message="tns:EnrollDetailSoapIn" />
      <wsdl:output message="tns:EnrollDetailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EnrollUpdateCancel">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Ukončit přihlášku do STS</wsdl:documentation>
      <wsdl:input message="tns:EnrollUpdateCancelSoapIn" />
      <wsdl:output message="tns:EnrollUpdateCancelSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EnrollInsertPerson">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Založit přihlášku do STS pro osobu</wsdl:documentation>
      <wsdl:input message="tns:EnrollInsertPersonSoapIn" />
      <wsdl:output message="tns:EnrollInsertPersonSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EntryCodeAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Načíst seznam přístupových kódu do STS</wsdl:documentation>
      <wsdl:input message="tns:EntryCodeAllSoapIn" />
      <wsdl:output message="tns:EntryCodeAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EntryCodeDetailValid">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Načíst detail platného přístupového kódu do STS</wsdl:documentation>
      <wsdl:input message="tns:EntryCodeDetailValidSoapIn" />
      <wsdl:output message="tns:EntryCodeDetailValidSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="TelephonyNetworkSoap" type="tns:TelephonyNetworkSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="PersonNumberInfoAll">
      <soap:operation soapAction="https://is.skaut.cz/PersonNumberInfoAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollAll">
      <soap:operation soapAction="https://is.skaut.cz/EnrollAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollDelete">
      <soap:operation soapAction="https://is.skaut.cz/EnrollDelete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollDetailLogin">
      <soap:operation soapAction="https://is.skaut.cz/EnrollDetailLogin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollDetail">
      <soap:operation soapAction="https://is.skaut.cz/EnrollDetail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollUpdateCancel">
      <soap:operation soapAction="https://is.skaut.cz/EnrollUpdateCancel" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollInsertPerson">
      <soap:operation soapAction="https://is.skaut.cz/EnrollInsertPerson" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EntryCodeAll">
      <soap:operation soapAction="https://is.skaut.cz/EntryCodeAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EntryCodeDetailValid">
      <soap:operation soapAction="https://is.skaut.cz/EntryCodeDetailValid" 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="TelephonyNetworkSoap12" type="tns:TelephonyNetworkSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="PersonNumberInfoAll">
      <soap12:operation soapAction="https://is.skaut.cz/PersonNumberInfoAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollAll">
      <soap12:operation soapAction="https://is.skaut.cz/EnrollAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollDelete">
      <soap12:operation soapAction="https://is.skaut.cz/EnrollDelete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollDetailLogin">
      <soap12:operation soapAction="https://is.skaut.cz/EnrollDetailLogin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollDetail">
      <soap12:operation soapAction="https://is.skaut.cz/EnrollDetail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollUpdateCancel">
      <soap12:operation soapAction="https://is.skaut.cz/EnrollUpdateCancel" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EnrollInsertPerson">
      <soap12:operation soapAction="https://is.skaut.cz/EnrollInsertPerson" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EntryCodeAll">
      <soap12:operation soapAction="https://is.skaut.cz/EntryCodeAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EntryCodeDetailValid">
      <soap12:operation soapAction="https://is.skaut.cz/EntryCodeDetailValid" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="TelephonyNetwork">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Skautská telefonní síť (nová)</wsdl:documentation>
    <wsdl:port name="TelephonyNetworkSoap" binding="tns:TelephonyNetworkSoap">
      <soap:address location="https://test-is.skaut.cz/JunakWebservice/TelephonyNetwork.asmx" />
    </wsdl:port>
    <wsdl:port name="TelephonyNetworkSoap12" binding="tns:TelephonyNetworkSoap12">
      <soap12:address location="https://test-is.skaut.cz/JunakWebservice/TelephonyNetwork.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>