Add Running State control message
This commit is contained in:
@ -42,6 +42,11 @@
|
||||
<wsdl:message name="changeStateEventResponse">
|
||||
<wsdl:part name="return" type="xs:base64Binary"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="runningEvent">
|
||||
<wsdl:part name="sessionid" type="xs:string"/>
|
||||
<wsdl:part name="wtpid" type="xs:string"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="runningEventResponse"/>
|
||||
<wsdl:portType name="Presence">
|
||||
<wsdl:operation name="joinBackend">
|
||||
<wsdl:input message="tns:joinBackend"/>
|
||||
@ -71,6 +76,10 @@
|
||||
<wsdl:input message="tns:changeStateEvent"/>
|
||||
<wsdl:output message="tns:changeStateEventResponse"/>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="runningEvent">
|
||||
<wsdl:input message="tns:runningEvent"/>
|
||||
<wsdl:output message="tns:runningEventResponse"/>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="Presence" type="tns:Presence">
|
||||
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
@ -134,6 +143,15 @@
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<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>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="SmartCAPWAP">
|
||||
<wsdl:port name="presence" binding="tns:Presence">
|
||||
|
Reference in New Issue
Block a user