Add Configure Status and Data Check Event control message into Capwap DFA

This commit is contained in:
vemax78
2013-08-13 16:11:31 +02:00
parent 17a0bb2f5f
commit aafe37dc8d
4 changed files with 613 additions and 92 deletions

View File

@ -34,6 +34,14 @@
<wsdl:message name="configureStatusResponse">
<wsdl:part name="return" type="xs:base64Binary"/>
</wsdl:message>
<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>
<wsdl:portType name="Presence">
<wsdl:operation name="joinBackend">
<wsdl:input message="tns:joinBackend"/>
@ -59,6 +67,10 @@
<wsdl:input message="tns:configureStatus"/>
<wsdl:output message="tns:configureStatusResponse"/>
</wsdl:operation>
<wsdl:operation name="changeStateEvent">
<wsdl:input message="tns:changeStateEvent"/>
<wsdl:output message="tns:changeStateEventResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="Presence" type="tns:Presence">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
@ -105,7 +117,16 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="configureStatus">
<soap:operation soapAction="urn:#NewOperation"/>
<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=""/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>