<?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://settings.ibe-ta.com" 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://settings.ibe-ta.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PP Configuration Manager</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://settings.ibe-ta.com">
      <s:element name="GetConfiguration">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetConfigurationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetConfigurationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConfigAdmin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConfigAdminResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConfigAdminResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBrandingInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBrandingInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBrandingInfoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetConfigurationSoapIn">
    <wsdl:part name="parameters" element="tns:GetConfiguration" />
  </wsdl:message>
  <wsdl:message name="GetConfigurationSoapOut">
    <wsdl:part name="parameters" element="tns:GetConfigurationResponse" />
  </wsdl:message>
  <wsdl:message name="ConfigAdminSoapIn">
    <wsdl:part name="parameters" element="tns:ConfigAdmin" />
  </wsdl:message>
  <wsdl:message name="ConfigAdminSoapOut">
    <wsdl:part name="parameters" element="tns:ConfigAdminResponse" />
  </wsdl:message>
  <wsdl:message name="GetBrandingInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetBrandingInfo" />
  </wsdl:message>
  <wsdl:message name="GetBrandingInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetBrandingInfoResponse" />
  </wsdl:message>
  <wsdl:portType name="ConfigClassSoap">
    <wsdl:operation name="GetConfiguration">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get configuration for user</wsdl:documentation>
      <wsdl:input message="tns:GetConfigurationSoapIn" />
      <wsdl:output message="tns:GetConfigurationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ConfigAdmin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Configuration Admin</wsdl:documentation>
      <wsdl:input message="tns:ConfigAdminSoapIn" />
      <wsdl:output message="tns:ConfigAdminSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetBrandingInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get branding information</wsdl:documentation>
      <wsdl:input message="tns:GetBrandingInfoSoapIn" />
      <wsdl:output message="tns:GetBrandingInfoSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ConfigClassSoap" type="tns:ConfigClassSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetConfiguration">
      <soap:operation soapAction="http://settings.ibe-ta.com/GetConfiguration" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConfigAdmin">
      <soap:operation soapAction="http://settings.ibe-ta.com/ConfigAdmin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBrandingInfo">
      <soap:operation soapAction="http://settings.ibe-ta.com/GetBrandingInfo" 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="ConfigClassSoap12" type="tns:ConfigClassSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetConfiguration">
      <soap12:operation soapAction="http://settings.ibe-ta.com/GetConfiguration" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConfigAdmin">
      <soap12:operation soapAction="http://settings.ibe-ta.com/ConfigAdmin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBrandingInfo">
      <soap12:operation soapAction="http://settings.ibe-ta.com/GetBrandingInfo" 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="ConfigClass">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PP Configuration Manager</wsdl:documentation>
    <wsdl:port name="ConfigClassSoap" binding="tns:ConfigClassSoap">
      <soap:address location="http://ppconfig.ibe-ta.com/ConfigSettings.asmx" />
    </wsdl:port>
    <wsdl:port name="ConfigClassSoap12" binding="tns:ConfigClassSoap12">
      <soap12:address location="http://ppconfig.ibe-ta.com/ConfigSettings.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>