<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.xheo.com/licensing/activation" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.xheo.com/licensing/activation" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.xheo.com/licensing/activation">
      <s:element name="Activate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="licenseXml" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="keys" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="profileHash" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ActivateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ActivateResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportError">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SerialNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="errorXML" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportErrorResponse">
        <s:complexType />
      </s:element>
      <s:element name="ReportBug">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SerialNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="IsFeature" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ShortDescription" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="LongDescription" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ExpectedResults" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ActualResults" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportBugResponse">
        <s:complexType />
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ActivateSoapIn">
    <wsdl:part name="parameters" element="tns:Activate" />
  </wsdl:message>
  <wsdl:message name="ActivateSoapOut">
    <wsdl:part name="parameters" element="tns:ActivateResponse" />
  </wsdl:message>
  <wsdl:message name="ReportErrorSoapIn">
    <wsdl:part name="parameters" element="tns:ReportError" />
  </wsdl:message>
  <wsdl:message name="ReportErrorSoapOut">
    <wsdl:part name="parameters" element="tns:ReportErrorResponse" />
  </wsdl:message>
  <wsdl:message name="ReportBugSoapIn">
    <wsdl:part name="parameters" element="tns:ReportBug" />
  </wsdl:message>
  <wsdl:message name="ReportBugSoapOut">
    <wsdl:part name="parameters" element="tns:ReportBugResponse" />
  </wsdl:message>
  <wsdl:portType name="EspressoID_x0020_Licensing_x0020_Activation_x0020_ServerSoap">
    <wsdl:operation name="Activate">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Activates a previously issued license.</documentation>
      <wsdl:input message="tns:ActivateSoapIn" />
      <wsdl:output message="tns:ActivateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportError">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Report error message contents.</documentation>
      <wsdl:input message="tns:ReportErrorSoapIn" />
      <wsdl:output message="tns:ReportErrorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportBug">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">User submitted bug reports.</documentation>
      <wsdl:input message="tns:ReportBugSoapIn" />
      <wsdl:output message="tns:ReportBugSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="EspressoID_x0020_Licensing_x0020_Activation_x0020_ServerSoap" type="tns:EspressoID_x0020_Licensing_x0020_Activation_x0020_ServerSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="Activate">
      <soap:operation soapAction="http://www.xheo.com/licensing/activation/Activate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportError">
      <soap:operation soapAction="http://www.xheo.com/licensing/activation/ReportError" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportBug">
      <soap:operation soapAction="http://www.xheo.com/licensing/activation/ReportBug" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="EspressoID_x0020_Licensing_x0020_Activation_x0020_Server">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Licensing activation service for the EspressoID package.</documentation>
    <wsdl:port name="EspressoID_x0020_Licensing_x0020_Activation_x0020_ServerSoap" binding="tns:EspressoID_x0020_Licensing_x0020_Activation_x0020_ServerSoap">
      <soap:address location="http://licensing.espressoid.net/activation/activation.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>