<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://kevinpeno.com/services/comet/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://kevinpeno.com/services/comet/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://kevinpeno.com/services/comet/">
      <s:element name="channelRegister">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="channelRegisterResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="channelRegisterResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="channelCountSubscribers">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="channel" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="channelCountSubscribersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="channelCountSubscribersResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="channelAddMessage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="channel" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="msg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="channelAddMessageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="channelAddMessageResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="int" type="s:int" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="channelRegisterSoapIn">
    <wsdl:part name="parameters" element="tns:channelRegister" />
  </wsdl:message>
  <wsdl:message name="channelRegisterSoapOut">
    <wsdl:part name="parameters" element="tns:channelRegisterResponse" />
  </wsdl:message>
  <wsdl:message name="channelCountSubscribersSoapIn">
    <wsdl:part name="parameters" element="tns:channelCountSubscribers" />
  </wsdl:message>
  <wsdl:message name="channelCountSubscribersSoapOut">
    <wsdl:part name="parameters" element="tns:channelCountSubscribersResponse" />
  </wsdl:message>
  <wsdl:message name="channelAddMessageSoapIn">
    <wsdl:part name="parameters" element="tns:channelAddMessage" />
  </wsdl:message>
  <wsdl:message name="channelAddMessageSoapOut">
    <wsdl:part name="parameters" element="tns:channelAddMessageResponse" />
  </wsdl:message>
  <wsdl:message name="channelRegisterHttpGetIn">
    <wsdl:part name="apiKey" type="s:string" />
  </wsdl:message>
  <wsdl:message name="channelRegisterHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="channelCountSubscribersHttpGetIn">
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="channel" type="s:string" />
  </wsdl:message>
  <wsdl:message name="channelCountSubscribersHttpGetOut">
    <wsdl:part name="Body" element="tns:int" />
  </wsdl:message>
  <wsdl:message name="channelAddMessageHttpGetIn">
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="channel" type="s:string" />
    <wsdl:part name="msg" type="s:string" />
  </wsdl:message>
  <wsdl:message name="channelAddMessageHttpGetOut">
    <wsdl:part name="Body" element="tns:int" />
  </wsdl:message>
  <wsdl:message name="channelRegisterHttpPostIn">
    <wsdl:part name="apiKey" type="s:string" />
  </wsdl:message>
  <wsdl:message name="channelRegisterHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="channelCountSubscribersHttpPostIn">
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="channel" type="s:string" />
  </wsdl:message>
  <wsdl:message name="channelCountSubscribersHttpPostOut">
    <wsdl:part name="Body" element="tns:int" />
  </wsdl:message>
  <wsdl:message name="channelAddMessageHttpPostIn">
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="channel" type="s:string" />
    <wsdl:part name="msg" type="s:string" />
  </wsdl:message>
  <wsdl:message name="channelAddMessageHttpPostOut">
    <wsdl:part name="Body" element="tns:int" />
  </wsdl:message>
  <wsdl:portType name="ControllerSoap">
    <wsdl:operation name="channelRegister">
      <wsdl:input message="tns:channelRegisterSoapIn" />
      <wsdl:output message="tns:channelRegisterSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="channelCountSubscribers">
      <wsdl:input message="tns:channelCountSubscribersSoapIn" />
      <wsdl:output message="tns:channelCountSubscribersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="channelAddMessage">
      <wsdl:input message="tns:channelAddMessageSoapIn" />
      <wsdl:output message="tns:channelAddMessageSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ControllerHttpGet">
    <wsdl:operation name="channelRegister">
      <wsdl:input message="tns:channelRegisterHttpGetIn" />
      <wsdl:output message="tns:channelRegisterHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="channelCountSubscribers">
      <wsdl:input message="tns:channelCountSubscribersHttpGetIn" />
      <wsdl:output message="tns:channelCountSubscribersHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="channelAddMessage">
      <wsdl:input message="tns:channelAddMessageHttpGetIn" />
      <wsdl:output message="tns:channelAddMessageHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ControllerHttpPost">
    <wsdl:operation name="channelRegister">
      <wsdl:input message="tns:channelRegisterHttpPostIn" />
      <wsdl:output message="tns:channelRegisterHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="channelCountSubscribers">
      <wsdl:input message="tns:channelCountSubscribersHttpPostIn" />
      <wsdl:output message="tns:channelCountSubscribersHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="channelAddMessage">
      <wsdl:input message="tns:channelAddMessageHttpPostIn" />
      <wsdl:output message="tns:channelAddMessageHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ControllerSoap" type="tns:ControllerSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="channelRegister">
      <soap:operation soapAction="http://kevinpeno.com/services/comet/channelRegister" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="channelCountSubscribers">
      <soap:operation soapAction="http://kevinpeno.com/services/comet/channelCountSubscribers" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="channelAddMessage">
      <soap:operation soapAction="http://kevinpeno.com/services/comet/channelAddMessage" 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="ControllerSoap12" type="tns:ControllerSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="channelRegister">
      <soap12:operation soapAction="http://kevinpeno.com/services/comet/channelRegister" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="channelCountSubscribers">
      <soap12:operation soapAction="http://kevinpeno.com/services/comet/channelCountSubscribers" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="channelAddMessage">
      <soap12:operation soapAction="http://kevinpeno.com/services/comet/channelAddMessage" 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="ControllerHttpGet" type="tns:ControllerHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="channelRegister">
      <http:operation location="/channelRegister" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="channelCountSubscribers">
      <http:operation location="/channelCountSubscribers" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="channelAddMessage">
      <http:operation location="/channelAddMessage" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ControllerHttpPost" type="tns:ControllerHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="channelRegister">
      <http:operation location="/channelRegister" />
      <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="channelCountSubscribers">
      <http:operation location="/channelCountSubscribers" />
      <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="channelAddMessage">
      <http:operation location="/channelAddMessage" />
      <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="Controller">
    <wsdl:port name="ControllerSoap" binding="tns:ControllerSoap">
      <soap:address location="http://kevinpeno.com/services/comet/service.asmx" />
    </wsdl:port>
    <wsdl:port name="ControllerSoap12" binding="tns:ControllerSoap12">
      <soap12:address location="http://kevinpeno.com/services/comet/service.asmx" />
    </wsdl:port>
    <wsdl:port name="ControllerHttpGet" binding="tns:ControllerHttpGet">
      <http:address location="http://kevinpeno.com/services/comet/service.asmx" />
    </wsdl:port>
    <wsdl:port name="ControllerHttpPost" binding="tns:ControllerHttpPost">
      <http:address location="http://kevinpeno.com/services/comet/service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>