<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://dpg.dialogue.net/services/WAPIDAPI" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://dpg.dialogue.net/services/WAPIDAPI" xmlns:intf="http://dpg.dialogue.net/services/WAPIDAPI" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:message name="createSessionRequest">
    <wsdl:part name="in0" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in1" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in2" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in3" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createAuthenticatedSessionForIPRequest">
    <wsdl:part name="in0" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in1" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in2" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in3" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createAuthenticatedSessionResponse">
    <wsdl:part name="createAuthenticatedSessionResponse" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getIdentityFromSessionRequest">
    <wsdl:part name="in0" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createSessionForIPResponse">
    <wsdl:part name="createSessionForIPResponse" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createSessionResponse">
    <wsdl:part name="createSessionResponse" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="monitorServiceResponse">
    <wsdl:part name="monitorServiceResponse" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="monitorServiceRequest">
    <wsdl:part name="in0" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in1" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in2" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createAuthenticatedSessionForIPResponse">
    <wsdl:part name="createAuthenticatedSessionForIPResponse" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getIdentityFromSessionResponse">
    <wsdl:part name="getIdentityFromSessionResponse" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createAuthenticatedSessionRequest">
    <wsdl:part name="in0" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in1" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in2" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createSessionForIPRequest">
    <wsdl:part name="in0" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in1" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in2" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in3" type="xsd:string">
    </wsdl:part>
    <wsdl:part name="in4" type="xsd:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="WAPIDAPI">
    <wsdl:operation name="createSession" parameterOrder="in0 in1 in2 in3">
      <wsdl:input message="impl:createSessionRequest" name="createSessionRequest">
    </wsdl:input>
      <wsdl:output message="impl:createSessionResponse" name="createSessionResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createSessionForIP" parameterOrder="in0 in1 in2 in3 in4">
      <wsdl:input message="impl:createSessionForIPRequest" name="createSessionForIPRequest">
    </wsdl:input>
      <wsdl:output message="impl:createSessionForIPResponse" name="createSessionForIPResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createAuthenticatedSession" parameterOrder="in0 in1 in2">
      <wsdl:input message="impl:createAuthenticatedSessionRequest" name="createAuthenticatedSessionRequest">
    </wsdl:input>
      <wsdl:output message="impl:createAuthenticatedSessionResponse" name="createAuthenticatedSessionResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createAuthenticatedSessionForIP" parameterOrder="in0 in1 in2 in3">
      <wsdl:input message="impl:createAuthenticatedSessionForIPRequest" name="createAuthenticatedSessionForIPRequest">
    </wsdl:input>
      <wsdl:output message="impl:createAuthenticatedSessionForIPResponse" name="createAuthenticatedSessionForIPResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getIdentityFromSession" parameterOrder="in0">
      <wsdl:input message="impl:getIdentityFromSessionRequest" name="getIdentityFromSessionRequest">
    </wsdl:input>
      <wsdl:output message="impl:getIdentityFromSessionResponse" name="getIdentityFromSessionResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="monitorService" parameterOrder="in0 in1 in2">
      <wsdl:input message="impl:monitorServiceRequest" name="monitorServiceRequest">
    </wsdl:input>
      <wsdl:output message="impl:monitorServiceResponse" name="monitorServiceResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WAPIDAPISoapBinding" type="impl:WAPIDAPI">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="createSession">
      <wsdlsoap:operation soapAction="WAPIDAPI"/>
      <wsdl:input name="createSessionRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soapapi.services.wapid.dialogue.uk" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="createSessionResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dpg.dialogue.net/services/WAPIDAPI" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createSessionForIP">
      <wsdlsoap:operation soapAction="WAPIDAPI"/>
      <wsdl:input name="createSessionForIPRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soapapi.services.wapid.dialogue.uk" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="createSessionForIPResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dpg.dialogue.net/services/WAPIDAPI" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createAuthenticatedSession">
      <wsdlsoap:operation soapAction="WAPIDAPI"/>
      <wsdl:input name="createAuthenticatedSessionRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soapapi.services.wapid.dialogue.uk" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="createAuthenticatedSessionResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dpg.dialogue.net/services/WAPIDAPI" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createAuthenticatedSessionForIP">
      <wsdlsoap:operation soapAction="WAPIDAPI"/>
      <wsdl:input name="createAuthenticatedSessionForIPRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soapapi.services.wapid.dialogue.uk" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="createAuthenticatedSessionForIPResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dpg.dialogue.net/services/WAPIDAPI" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getIdentityFromSession">
      <wsdlsoap:operation soapAction="WAPIDAPI"/>
      <wsdl:input name="getIdentityFromSessionRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soapapi.services.wapid.dialogue.uk" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="getIdentityFromSessionResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dpg.dialogue.net/services/WAPIDAPI" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="monitorService">
      <wsdlsoap:operation soapAction="WAPIDAPI"/>
      <wsdl:input name="monitorServiceRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soapapi.services.wapid.dialogue.uk" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="monitorServiceResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dpg.dialogue.net/services/WAPIDAPI" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WAPIDAPIService">
    <wsdl:port binding="impl:WAPIDAPISoapBinding" name="WAPIDAPI">
      <wsdlsoap:address location="http://dpg.dialogue.net/services/WAPIDAPI"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>