<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.springframework.org/schema/beans" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://schemas.xmlsoap.org/soap/http" xmlns:ns1="http://services.configuration.soa.cbord.com/" name="ConfigurationService" targetNamespace="http://www.springframework.org/schema/beans">
  <wsdl:import location="https://services.get.cbord.com/GETServices/services/configuration?wsdl=ConfigurationServiceInterface.wsdl" namespace="http://services.configuration.soa.cbord.com/">
    </wsdl:import>
  <wsdl:binding name="ConfigurationServiceSoapBinding" type="ns1:ConfigurationServiceInterface">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="nativeStartup">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="nativeStartup">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="nativeStartupResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="Exception">
        <soap:fault name="Exception" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="retrieveSetting">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="retrieveSetting">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="retrieveSettingResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="Exception">
        <soap:fault name="Exception" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="retrieveSettingAsSessionUser">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="retrieveSettingAsSessionUser">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="retrieveSettingAsSessionUserResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="Exception">
        <soap:fault name="Exception" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="retrieveSettingListAsSessionUser">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="retrieveSettingListAsSessionUser">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="retrieveSettingListAsSessionUserResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="Exception">
        <soap:fault name="Exception" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="retrieveSettingList">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="retrieveSettingList">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="retrieveSettingListResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="Exception">
        <soap:fault name="Exception" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ConfigurationService">
    <wsdl:port binding="tns:ConfigurationServiceSoapBinding" name="ConfigurationServicePort">
      <soap:address location="https://services.get.cbord.com/GETServices/services/configuration"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>