Web Service
CqrService
Overview
Service Description
Client proxy

Methods Send1StSrvMsg
ChatRoomInvite
ChatPollAll
ChatRoomPoll
ChatRoomPush
ChatRoomClose
TestService
GetIPAddress
TestCache
GetKey
ResetCache

Methods for binding
CqrServiceSoap12
Send1StSrvMsg
ChatRoomInvite
ChatPollAll
ChatRoomPoll
ChatRoomPush
ChatRoomClose
TestService
GetIPAddress
TestCache
GetKey
ResetCache


WSDL document for namespace "https://srv.cqrxs.eu/v1.6/"    Download

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
      xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
      xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="https://srv.cqrxs.eu/v1.6/"
      xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
      xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
      xmlns:s="http://www.w3.org/2001/XMLSchema"
      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
      targetNamespace="https://srv.cqrxs.eu/v1.6/"
      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="https://srv.cqrxs.eu/v1.6/">
      <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
      <s:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
      <s:element name="Send1StSrvMsg">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cryptMsg" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Send1StSrvMsgResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Send1StSrvMsgResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomInvite">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cryptMsg" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomInviteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ChatRoomInviteResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatPollAll">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cryptMsg" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatPollAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ChatPollAllResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomPoll">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cryptMsg" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomPollResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ChatRoomPollResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomPush">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cryptMsg" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomPushResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ChatRoomPushResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomClose">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cryptMsg" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChatRoomCloseResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ChatRoomCloseResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TestService">
        <s:complexType/>
      </s:element>
      <s:element name="TestServiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TestServiceResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetIPAddress">
        <s:complexType/>
      </s:element>
      <s:element name="GetIPAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetIPAddressResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TestCache">
        <s:complexType/>
      </s:element>
      <s:element name="TestCacheResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TestCacheResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="key" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetKeyResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ResetCache">
        <s:complexType/>
      </s:element>
      <s:element name="ResetCacheResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ResetCacheResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string"/>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="Send1StSrvMsgSoapIn">
    <wsdl:part name="parameters" element="tns:Send1StSrvMsg"/>
  </wsdl:message>
  <wsdl:message name="Send1StSrvMsgSoapOut">
    <wsdl:part name="parameters" element="tns:Send1StSrvMsgResponse"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomInviteSoapIn">
    <wsdl:part name="parameters" element="tns:ChatRoomInvite"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomInviteSoapOut">
    <wsdl:part name="parameters" element="tns:ChatRoomInviteResponse"/>
  </wsdl:message>
  <wsdl:message name="ChatPollAllSoapIn">
    <wsdl:part name="parameters" element="tns:ChatPollAll"/>
  </wsdl:message>
  <wsdl:message name="ChatPollAllSoapOut">
    <wsdl:part name="parameters" element="tns:ChatPollAllResponse"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPollSoapIn">
    <wsdl:part name="parameters" element="tns:ChatRoomPoll"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPollSoapOut">
    <wsdl:part name="parameters" element="tns:ChatRoomPollResponse"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPushSoapIn">
    <wsdl:part name="parameters" element="tns:ChatRoomPush"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPushSoapOut">
    <wsdl:part name="parameters" element="tns:ChatRoomPushResponse"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomCloseSoapIn">
    <wsdl:part name="parameters" element="tns:ChatRoomClose"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomCloseSoapOut">
    <wsdl:part name="parameters" element="tns:ChatRoomCloseResponse"/>
  </wsdl:message>
  <wsdl:message name="TestServiceSoapIn">
    <wsdl:part name="parameters" element="tns:TestService"/>
  </wsdl:message>
  <wsdl:message name="TestServiceSoapOut">
    <wsdl:part name="parameters" element="tns:TestServiceResponse"/>
  </wsdl:message>
  <wsdl:message name="GetIPAddressSoapIn">
    <wsdl:part name="parameters" element="tns:GetIPAddress"/>
  </wsdl:message>
  <wsdl:message name="GetIPAddressSoapOut">
    <wsdl:part name="parameters" element="tns:GetIPAddressResponse"/>
  </wsdl:message>
  <wsdl:message name="TestCacheSoapIn">
    <wsdl:part name="parameters" element="tns:TestCache"/>
  </wsdl:message>
  <wsdl:message name="TestCacheSoapOut">
    <wsdl:part name="parameters" element="tns:TestCacheResponse"/>
  </wsdl:message>
  <wsdl:message name="GetKeySoapIn">
    <wsdl:part name="parameters" element="tns:GetKey"/>
  </wsdl:message>
  <wsdl:message name="GetKeySoapOut">
    <wsdl:part name="parameters" element="tns:GetKeyResponse"/>
  </wsdl:message>
  <wsdl:message name="ResetCacheSoapIn">
    <wsdl:part name="parameters" element="tns:ResetCache"/>
  </wsdl:message>
  <wsdl:message name="ResetCacheSoapOut">
    <wsdl:part name="parameters" element="tns:ResetCacheResponse"/>
  </wsdl:message>
  <wsdl:message name="Send1StSrvMsgHttpGetIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="Send1StSrvMsgHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomInviteHttpGetIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomInviteHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatPollAllHttpGetIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatPollAllHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPollHttpGetIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPollHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPushHttpGetIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPushHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomCloseHttpGetIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomCloseHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="TestServiceHttpGetIn"/>
  <wsdl:message name="TestServiceHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="GetIPAddressHttpGetIn"/>
  <wsdl:message name="GetIPAddressHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="TestCacheHttpGetIn"/>
  <wsdl:message name="TestCacheHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="GetKeyHttpGetIn">
    <wsdl:part name="key" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetKeyHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ResetCacheHttpGetIn"/>
  <wsdl:message name="ResetCacheHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="Send1StSrvMsgHttpPostIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="Send1StSrvMsgHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomInviteHttpPostIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomInviteHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatPollAllHttpPostIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatPollAllHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPollHttpPostIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPollHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPushHttpPostIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomPushHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomCloseHttpPostIn">
    <wsdl:part name="cryptMsg" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ChatRoomCloseHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="TestServiceHttpPostIn"/>
  <wsdl:message name="TestServiceHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="GetIPAddressHttpPostIn"/>
  <wsdl:message name="GetIPAddressHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="TestCacheHttpPostIn"/>
  <wsdl:message name="TestCacheHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="GetKeyHttpPostIn">
    <wsdl:part name="key" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetKeyHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ResetCacheHttpPostIn"/>
  <wsdl:message name="ResetCacheHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:portType name="CqrServiceSoap">
    <wsdl:operation name="Send1StSrvMsg">
      <wsdl:input message="tns:Send1StSrvMsgSoapIn"/>
      <wsdl:output message="tns:Send1StSrvMsgSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomInvite">
      <wsdl:input message="tns:ChatRoomInviteSoapIn"/>
      <wsdl:output message="tns:ChatRoomInviteSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatPollAll">
      <wsdl:input message="tns:ChatPollAllSoapIn"/>
      <wsdl:output message="tns:ChatPollAllSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPoll">
      <wsdl:input message="tns:ChatRoomPollSoapIn"/>
      <wsdl:output message="tns:ChatRoomPollSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPush">
      <wsdl:input message="tns:ChatRoomPushSoapIn"/>
      <wsdl:output message="tns:ChatRoomPushSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomClose">
      <wsdl:input message="tns:ChatRoomCloseSoapIn"/>
      <wsdl:output message="tns:ChatRoomCloseSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="TestService">
      <wsdl:input message="tns:TestServiceSoapIn"/>
      <wsdl:output message="tns:TestServiceSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetIPAddress">
      <wsdl:input message="tns:GetIPAddressSoapIn"/>
      <wsdl:output message="tns:GetIPAddressSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="TestCache">
      <wsdl:input message="tns:TestCacheSoapIn"/>
      <wsdl:output message="tns:TestCacheSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetKey">
      <wsdl:input message="tns:GetKeySoapIn"/>
      <wsdl:output message="tns:GetKeySoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="ResetCache">
      <wsdl:input message="tns:ResetCacheSoapIn"/>
      <wsdl:output message="tns:ResetCacheSoapOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CqrServiceHttpGet">
    <wsdl:operation name="Send1StSrvMsg">
      <wsdl:input message="tns:Send1StSrvMsgHttpGetIn"/>
      <wsdl:output message="tns:Send1StSrvMsgHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomInvite">
      <wsdl:input message="tns:ChatRoomInviteHttpGetIn"/>
      <wsdl:output message="tns:ChatRoomInviteHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatPollAll">
      <wsdl:input message="tns:ChatPollAllHttpGetIn"/>
      <wsdl:output message="tns:ChatPollAllHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPoll">
      <wsdl:input message="tns:ChatRoomPollHttpGetIn"/>
      <wsdl:output message="tns:ChatRoomPollHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPush">
      <wsdl:input message="tns:ChatRoomPushHttpGetIn"/>
      <wsdl:output message="tns:ChatRoomPushHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomClose">
      <wsdl:input message="tns:ChatRoomCloseHttpGetIn"/>
      <wsdl:output message="tns:ChatRoomCloseHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="TestService">
      <wsdl:input message="tns:TestServiceHttpGetIn"/>
      <wsdl:output message="tns:TestServiceHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetIPAddress">
      <wsdl:input message="tns:GetIPAddressHttpGetIn"/>
      <wsdl:output message="tns:GetIPAddressHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="TestCache">
      <wsdl:input message="tns:TestCacheHttpGetIn"/>
      <wsdl:output message="tns:TestCacheHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetKey">
      <wsdl:input message="tns:GetKeyHttpGetIn"/>
      <wsdl:output message="tns:GetKeyHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="ResetCache">
      <wsdl:input message="tns:ResetCacheHttpGetIn"/>
      <wsdl:output message="tns:ResetCacheHttpGetOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CqrServiceHttpPost">
    <wsdl:operation name="Send1StSrvMsg">
      <wsdl:input message="tns:Send1StSrvMsgHttpPostIn"/>
      <wsdl:output message="tns:Send1StSrvMsgHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomInvite">
      <wsdl:input message="tns:ChatRoomInviteHttpPostIn"/>
      <wsdl:output message="tns:ChatRoomInviteHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatPollAll">
      <wsdl:input message="tns:ChatPollAllHttpPostIn"/>
      <wsdl:output message="tns:ChatPollAllHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPoll">
      <wsdl:input message="tns:ChatRoomPollHttpPostIn"/>
      <wsdl:output message="tns:ChatRoomPollHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPush">
      <wsdl:input message="tns:ChatRoomPushHttpPostIn"/>
      <wsdl:output message="tns:ChatRoomPushHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomClose">
      <wsdl:input message="tns:ChatRoomCloseHttpPostIn"/>
      <wsdl:output message="tns:ChatRoomCloseHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="TestService">
      <wsdl:input message="tns:TestServiceHttpPostIn"/>
      <wsdl:output message="tns:TestServiceHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetIPAddress">
      <wsdl:input message="tns:GetIPAddressHttpPostIn"/>
      <wsdl:output message="tns:GetIPAddressHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="TestCache">
      <wsdl:input message="tns:TestCacheHttpPostIn"/>
      <wsdl:output message="tns:TestCacheHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetKey">
      <wsdl:input message="tns:GetKeyHttpPostIn"/>
      <wsdl:output message="tns:GetKeyHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="ResetCache">
      <wsdl:input message="tns:ResetCacheHttpPostIn"/>
      <wsdl:output message="tns:ResetCacheHttpPostOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CqrServiceSoap" type="tns:CqrServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="Send1StSrvMsg">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/Send1StSrvMsg" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomInvite">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomInvite" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatPollAll">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatPollAll" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPoll">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomPoll" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPush">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomPush" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomClose">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomClose" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestService">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/TestService" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetIPAddress">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/GetIPAddress" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestCache">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/TestCache" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKey">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/GetKey" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResetCache">
      <soap:operation soapAction="https://srv.cqrxs.eu/v1.6/ResetCache" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CqrServiceSoap12" type="tns:CqrServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="Send1StSrvMsg">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/Send1StSrvMsg" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomInvite">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomInvite" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatPollAll">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatPollAll" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPoll">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomPoll" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPush">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomPush" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomClose">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/ChatRoomClose" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestService">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/TestService" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetIPAddress">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/GetIPAddress" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestCache">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/TestCache" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKey">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/GetKey" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResetCache">
      <soap12:operation soapAction="https://srv.cqrxs.eu/v1.6/ResetCache" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CqrServiceHttpGet" type="tns:CqrServiceHttpGet">
    <http:binding verb="GET"/>
    <wsdl:operation name="Send1StSrvMsg">
      <http:operation location="/Send1StSrvMsg"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomInvite">
      <http:operation location="/ChatRoomInvite"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatPollAll">
      <http:operation location="/ChatPollAll"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPoll">
      <http:operation location="/ChatRoomPoll"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPush">
      <http:operation location="/ChatRoomPush"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomClose">
      <http:operation location="/ChatRoomClose"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestService">
      <http:operation location="/TestService"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetIPAddress">
      <http:operation location="/GetIPAddress"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestCache">
      <http:operation location="/TestCache"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKey">
      <http:operation location="/GetKey"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResetCache">
      <http:operation location="/ResetCache"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CqrServiceHttpPost" type="tns:CqrServiceHttpPost">
    <http:binding verb="POST"/>
    <wsdl:operation name="Send1StSrvMsg">
      <http:operation location="/Send1StSrvMsg"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomInvite">
      <http:operation location="/ChatRoomInvite"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatPollAll">
      <http:operation location="/ChatPollAll"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPoll">
      <http:operation location="/ChatRoomPoll"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomPush">
      <http:operation location="/ChatRoomPush"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChatRoomClose">
      <http:operation location="/ChatRoomClose"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestService">
      <http:operation location="/TestService"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetIPAddress">
      <http:operation location="/GetIPAddress"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestCache">
      <http:operation location="/TestCache"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKey">
      <http:operation location="/GetKey"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResetCache">
      <http:operation location="/ResetCache"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CqrService">
    <wsdl:port name="CqrServiceSoap" binding="tns:CqrServiceSoap">
      <soap:address location="https://cqrxs.eu/cqrsrv/cqrjd/CqrService.asmx"/>
    </wsdl:port>
    <wsdl:port name="CqrServiceSoap12" binding="tns:CqrServiceSoap12">
      <soap12:address location="https://cqrxs.eu/cqrsrv/cqrjd/CqrService.asmx"/>
    </wsdl:port>
    <wsdl:port name="CqrServiceHttpGet" binding="tns:CqrServiceHttpGet">
      <http:address location="https://cqrxs.eu/cqrsrv/cqrjd/CqrService.asmx"/>
    </wsdl:port>
    <wsdl:port name="CqrServiceHttpPost" binding="tns:CqrServiceHttpPost">
      <http:address location="https://cqrxs.eu/cqrsrv/cqrjd/CqrService.asmx"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>