2013-07-23 22:10:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-25 22:18:11 +02:00
|
|
|
<!-- edited with XMLSpy v2011 rel. 2 (http://www.altova.com) by TeaM DJiNN (TeaM DJiNN) -->
|
|
|
|
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://smartcapwap/namespace" targetNamespace="http://smartcapwap/namespace">
|
2013-07-23 22:10:26 +02:00
|
|
|
<wsdl:types>
|
|
|
|
<xs:schema targetNamespace="http://smartcapwap/namespace" elementFormDefault="qualified"/>
|
|
|
|
</wsdl:types>
|
2013-08-07 21:48:22 +02:00
|
|
|
<wsdl:message name="joinBackend">
|
|
|
|
<wsdl:part name="acid" type="xs:string"/>
|
|
|
|
<wsdl:part name="version" type="xs:string"/>
|
|
|
|
</wsdl:message>
|
2013-07-23 22:10:26 +02:00
|
|
|
<wsdl:message name="joinBackendResponse">
|
2013-08-07 21:48:22 +02:00
|
|
|
<wsdl:part name="return" type="xs:string"/>
|
|
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="leaveBackend">
|
|
|
|
<wsdl:part name="sessionid" type="xs:string"/>
|
2013-07-23 22:10:26 +02:00
|
|
|
</wsdl:message>
|
2013-07-25 22:18:11 +02:00
|
|
|
<wsdl:message name="leaveBackendResponse"/>
|
2013-08-07 21:48:22 +02:00
|
|
|
<wsdl:message name="waitBackendEvent">
|
|
|
|
<wsdl:part name="sessionid" type="xs:string"/>
|
|
|
|
</wsdl:message>
|
2013-07-25 22:18:11 +02:00
|
|
|
<wsdl:message name="waitBackendEventResponse"/>
|
2013-07-27 22:45:28 +02:00
|
|
|
<wsdl:message name="authorizeJoin">
|
2013-08-07 21:48:22 +02:00
|
|
|
<wsdl:part name="sessionid" type="xs:string"/>
|
2013-07-27 22:45:28 +02:00
|
|
|
<wsdl:part name="wtpid" type="xs:string"/>
|
|
|
|
</wsdl:message>
|
2013-07-25 23:12:43 +02:00
|
|
|
<wsdl:message name="authorizeJoinResponse"/>
|
2013-08-07 21:48:22 +02:00
|
|
|
<wsdl:message name="waitBackendEventFault"/>
|
|
|
|
<wsdl:message name="authorizeJoinFault"/>
|
2013-08-18 18:37:17 +02:00
|
|
|
<wsdl:message name="configureStatusEvent">
|
2013-08-11 18:38:23 +02:00
|
|
|
<wsdl:part name="sessionid" type="xs:string"/>
|
|
|
|
<wsdl:part name="wtpid" type="xs:string"/>
|
|
|
|
<wsdl:part name="confstatus" type="xs:base64Binary"/>
|
|
|
|
</wsdl:message>
|
2013-08-18 18:37:17 +02:00
|
|
|
<wsdl:message name="joinEvent">
|
|
|
|
<wsdl:part name="sessionid" type="xs:string"/>
|
|
|
|
<wsdl:part name="wtpid" type="xs:string"/>
|
|
|
|
<wsdl:part name="join" type="xs:base64Binary"/>
|
|
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="configureStatusEventResponse">
|
2013-08-11 18:38:23 +02:00
|
|
|
<wsdl:part name="return" type="xs:base64Binary"/>
|
|
|
|
</wsdl:message>
|
2013-08-13 16:11:31 +02:00
|
|
|
<wsdl:message name="changeStateEvent">
|
|
|
|
<wsdl:part name="sessionid" type="xs:string"/>
|
|
|
|
<wsdl:part name="wtpid" type="xs:string"/>
|
|
|
|
<wsdl:part name="changestate" type="xs:base64Binary"/>
|
|
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="changeStateEventResponse">
|
|
|
|
<wsdl:part name="return" type="xs:base64Binary"/>
|
|
|
|
</wsdl:message>
|
2013-08-13 17:38:50 +02:00
|
|
|
<wsdl:message name="runningEvent">
|
|
|
|
<wsdl:part name="sessionid" type="xs:string"/>
|
|
|
|
<wsdl:part name="wtpid" type="xs:string"/>
|
|
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="runningEventResponse"/>
|
2013-08-18 18:37:17 +02:00
|
|
|
<wsdl:message name="joinEventResponse">
|
|
|
|
<wsdl:part name="return" type="xs:base64Binary"/>
|
|
|
|
</wsdl:message>
|
2013-07-23 22:10:26 +02:00
|
|
|
<wsdl:portType name="Presence">
|
|
|
|
<wsdl:operation name="joinBackend">
|
|
|
|
<wsdl:input message="tns:joinBackend"/>
|
|
|
|
<wsdl:output message="tns:joinBackendResponse"/>
|
|
|
|
</wsdl:operation>
|
2013-07-25 22:18:11 +02:00
|
|
|
<wsdl:operation name="leaveBackend">
|
|
|
|
<wsdl:input message="tns:leaveBackend"/>
|
|
|
|
<wsdl:output message="tns:leaveBackendResponse"/>
|
|
|
|
</wsdl:operation>
|
|
|
|
</wsdl:portType>
|
|
|
|
<wsdl:portType name="Comet">
|
|
|
|
<wsdl:operation name="waitBackendEvent">
|
|
|
|
<wsdl:input message="tns:waitBackendEvent"/>
|
|
|
|
<wsdl:output message="tns:waitBackendEventResponse"/>
|
|
|
|
</wsdl:operation>
|
2013-07-23 22:10:26 +02:00
|
|
|
</wsdl:portType>
|
2013-07-25 23:12:43 +02:00
|
|
|
<wsdl:portType name="AccessController">
|
|
|
|
<wsdl:operation name="authorizeJoin">
|
|
|
|
<wsdl:input message="tns:authorizeJoin"/>
|
|
|
|
<wsdl:output message="tns:authorizeJoinResponse"/>
|
2013-08-11 18:38:23 +02:00
|
|
|
</wsdl:operation>
|
2013-08-18 18:37:17 +02:00
|
|
|
<wsdl:operation name="joinEvent">
|
|
|
|
<wsdl:input message="tns:joinEvent"/>
|
|
|
|
<wsdl:output message="tns:joinEventResponse"/>
|
|
|
|
</wsdl:operation>
|
|
|
|
<wsdl:operation name="configureStatusEvent">
|
|
|
|
<wsdl:input message="tns:configureStatusEvent"/>
|
|
|
|
<wsdl:output message="tns:configureStatusEventResponse"/>
|
2013-07-25 23:12:43 +02:00
|
|
|
</wsdl:operation>
|
2013-08-13 16:11:31 +02:00
|
|
|
<wsdl:operation name="changeStateEvent">
|
|
|
|
<wsdl:input message="tns:changeStateEvent"/>
|
|
|
|
<wsdl:output message="tns:changeStateEventResponse"/>
|
|
|
|
</wsdl:operation>
|
2013-08-13 17:38:50 +02:00
|
|
|
<wsdl:operation name="runningEvent">
|
|
|
|
<wsdl:input message="tns:runningEvent"/>
|
|
|
|
<wsdl:output message="tns:runningEventResponse"/>
|
|
|
|
</wsdl:operation>
|
2013-07-25 23:12:43 +02:00
|
|
|
</wsdl:portType>
|
2013-07-23 22:10:26 +02:00
|
|
|
<wsdl:binding name="Presence" type="tns:Presence">
|
|
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
|
<wsdl:operation name="joinBackend">
|
2013-07-25 22:18:11 +02:00
|
|
|
<soap:operation soapAction=""/>
|
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
|
|
|
<wsdl:operation name="leaveBackend">
|
|
|
|
<soap:operation soapAction=""/>
|
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
|
|
|
</wsdl:binding>
|
|
|
|
<wsdl:binding name="Comet" type="tns:Comet">
|
|
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
|
<wsdl:operation name="waitBackendEvent">
|
2013-07-25 23:12:43 +02:00
|
|
|
<soap:operation soapAction=""/>
|
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
|
|
|
</wsdl:binding>
|
|
|
|
<wsdl:binding name="AccessController" type="tns:AccessController">
|
|
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
|
<wsdl:operation name="authorizeJoin">
|
|
|
|
<soap:operation soapAction=""/>
|
2013-07-23 22:10:26 +02:00
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
2013-08-11 18:38:23 +02:00
|
|
|
</wsdl:operation>
|
2013-08-18 18:37:17 +02:00
|
|
|
<wsdl:operation name="joinEvent">
|
|
|
|
<soap:operation soapAction=""/>
|
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
|
|
|
<wsdl:operation name="configureStatusEvent">
|
2013-08-13 16:11:31 +02:00
|
|
|
<soap:operation soapAction=""/>
|
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
|
|
|
<wsdl:operation name="changeStateEvent">
|
|
|
|
<soap:operation soapAction=""/>
|
2013-08-11 18:38:23 +02:00
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
2013-07-23 22:10:26 +02:00
|
|
|
</wsdl:operation>
|
2013-08-13 17:38:50 +02:00
|
|
|
<wsdl:operation name="runningEvent">
|
|
|
|
<soap:operation soapAction=""/>
|
|
|
|
<wsdl:input>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:input>
|
|
|
|
<wsdl:output>
|
|
|
|
<soap:body use="literal"/>
|
|
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
2013-07-23 22:10:26 +02:00
|
|
|
</wsdl:binding>
|
|
|
|
<wsdl:service name="SmartCAPWAP">
|
|
|
|
<wsdl:port name="presence" binding="tns:Presence">
|
2013-07-25 23:12:43 +02:00
|
|
|
<soap:address location="http://localhost/"/>
|
2013-07-25 22:18:11 +02:00
|
|
|
</wsdl:port>
|
|
|
|
<wsdl:port name="comet" binding="tns:Comet">
|
2013-07-25 23:12:43 +02:00
|
|
|
<soap:address location="http://localhost/"/>
|
|
|
|
</wsdl:port>
|
|
|
|
<wsdl:port name="accesscontroller" binding="tns:AccessController">
|
|
|
|
<soap:address location="http://localhost("/>
|
2013-07-23 22:10:26 +02:00
|
|
|
</wsdl:port>
|
|
|
|
</wsdl:service>
|
|
|
|
</wsdl:definitions>
|