<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.xignite.com/services/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.xignite.com/services/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This Web Service provides for the management of automated alerts.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.xignite.com/services/">
      <s:element name="AddAlert">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Watchlist" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:AlertTypes" />
            <s:element minOccurs="0" maxOccurs="1" name="AlertCriteria" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="NotificationType" type="tns:NotificationTypes" />
            <s:element minOccurs="0" maxOccurs="1" name="NotificationData" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="AlertTypes">
        <s:restriction base="s:string">
          <s:enumeration value="EdgarFilings" />
          <s:enumeration value="InterestRates" />
          <s:enumeration value="Events" />
          <s:enumeration value="Currencies" />
        </s:restriction>
      </s:simpleType>
      <s:simpleType name="NotificationTypes">
        <s:restriction base="s:string">
          <s:enumeration value="WebService" />
          <s:enumeration value="Email" />
        </s:restriction>
      </s:simpleType>
      <s:element name="AddAlertResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AddAlertResult" type="tns:Alert" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Alert">
        <s:complexContent mixed="false">
          <s:extension base="tns:Common">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Watchlist" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="AlertType" type="tns:AlertTypes" />
              <s:element minOccurs="0" maxOccurs="1" name="AlertCriteria" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="NotificationType" type="tns:NotificationTypes" />
              <s:element minOccurs="0" maxOccurs="1" name="NotificationData" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Common">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Outcome" type="tns:OutcomeTypes" />
          <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Identity" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Delay" type="s:double" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="OutcomeTypes">
        <s:restriction base="s:string">
          <s:enumeration value="Success" />
          <s:enumeration value="SystemError" />
          <s:enumeration value="RequestError" />
          <s:enumeration value="RegistrationError" />
        </s:restriction>
      </s:simpleType>
      <s:element name="Header" type="tns:Header" />
      <s:complexType name="Header">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Tracer" type="s:string" />
        </s:sequence>
        <s:anyAttribute />
      </s:complexType>
      <s:element name="GetAlert">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAlertResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAlertResult" type="tns:Alert" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteAlert">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteAlertResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeleteAlertResult" type="tns:DeleteResult" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DeleteResult">
        <s:complexContent mixed="false">
          <s:extension base="tns:Common">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Deleted" type="s:boolean" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="ListAlerts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:AlertTypes" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ListAlertsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ListAlertsResult" type="tns:ArrayOfAlert" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAlert">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Alert" nillable="true" type="tns:Alert" />
        </s:sequence>
      </s:complexType>
      <s:element name="Alert" nillable="true" type="tns:Alert" />
      <s:element name="DeleteResult" nillable="true" type="tns:DeleteResult" />
      <s:element name="ArrayOfAlert" nillable="true" type="tns:ArrayOfAlert" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="AddAlertSoapIn">
    <wsdl:part name="parameters" element="tns:AddAlert" />
  </wsdl:message>
  <wsdl:message name="AddAlertSoapOut">
    <wsdl:part name="parameters" element="tns:AddAlertResponse" />
  </wsdl:message>
  <wsdl:message name="AddAlertHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="GetAlertSoapIn">
    <wsdl:part name="parameters" element="tns:GetAlert" />
  </wsdl:message>
  <wsdl:message name="GetAlertSoapOut">
    <wsdl:part name="parameters" element="tns:GetAlertResponse" />
  </wsdl:message>
  <wsdl:message name="GetAlertHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="DeleteAlertSoapIn">
    <wsdl:part name="parameters" element="tns:DeleteAlert" />
  </wsdl:message>
  <wsdl:message name="DeleteAlertSoapOut">
    <wsdl:part name="parameters" element="tns:DeleteAlertResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteAlertHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="ListAlertsSoapIn">
    <wsdl:part name="parameters" element="tns:ListAlerts" />
  </wsdl:message>
  <wsdl:message name="ListAlertsSoapOut">
    <wsdl:part name="parameters" element="tns:ListAlertsResponse" />
  </wsdl:message>
  <wsdl:message name="ListAlertsHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="AddAlertHttpGetIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Identifier" type="s:string" />
    <wsdl:part name="Watchlist" type="s:string" />
    <wsdl:part name="Type" type="s:string" />
    <wsdl:part name="AlertCriteria" type="s:string" />
    <wsdl:part name="NotificationType" type="s:string" />
    <wsdl:part name="NotificationData" type="s:string" />
  </wsdl:message>
  <wsdl:message name="AddAlertHttpGetOut">
    <wsdl:part name="Body" element="tns:Alert" />
  </wsdl:message>
  <wsdl:message name="GetAlertHttpGetIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Identifier" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAlertHttpGetOut">
    <wsdl:part name="Body" element="tns:Alert" />
  </wsdl:message>
  <wsdl:message name="DeleteAlertHttpGetIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Identifier" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeleteAlertHttpGetOut">
    <wsdl:part name="Body" element="tns:DeleteResult" />
  </wsdl:message>
  <wsdl:message name="ListAlertsHttpGetIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Type" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ListAlertsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfAlert" />
  </wsdl:message>
  <wsdl:message name="AddAlertHttpPostIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Identifier" type="s:string" />
    <wsdl:part name="Watchlist" type="s:string" />
    <wsdl:part name="Type" type="s:string" />
    <wsdl:part name="AlertCriteria" type="s:string" />
    <wsdl:part name="NotificationType" type="s:string" />
    <wsdl:part name="NotificationData" type="s:string" />
  </wsdl:message>
  <wsdl:message name="AddAlertHttpPostOut">
    <wsdl:part name="Body" element="tns:Alert" />
  </wsdl:message>
  <wsdl:message name="GetAlertHttpPostIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Identifier" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAlertHttpPostOut">
    <wsdl:part name="Body" element="tns:Alert" />
  </wsdl:message>
  <wsdl:message name="DeleteAlertHttpPostIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Identifier" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeleteAlertHttpPostOut">
    <wsdl:part name="Body" element="tns:DeleteResult" />
  </wsdl:message>
  <wsdl:message name="ListAlertsHttpPostIn">
    <wsdl:part name="Username" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Type" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ListAlertsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfAlert" />
  </wsdl:message>
  <wsdl:portType name="XigniteAlertsSoap">
    <wsdl:operation name="AddAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save a new alert.</wsdl:documentation>
      <wsdl:input message="tns:AddAlertSoapIn" />
      <wsdl:output message="tns:AddAlertSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get an alert.</wsdl:documentation>
      <wsdl:input message="tns:GetAlertSoapIn" />
      <wsdl:output message="tns:GetAlertSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete an alert.</wsdl:documentation>
      <wsdl:input message="tns:DeleteAlertSoapIn" />
      <wsdl:output message="tns:DeleteAlertSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ListAlerts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">List valid alerts for a user.</wsdl:documentation>
      <wsdl:input message="tns:ListAlertsSoapIn" />
      <wsdl:output message="tns:ListAlertsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="XigniteAlertsHttpGet">
    <wsdl:operation name="AddAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save a new alert.</wsdl:documentation>
      <wsdl:input message="tns:AddAlertHttpGetIn" />
      <wsdl:output message="tns:AddAlertHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get an alert.</wsdl:documentation>
      <wsdl:input message="tns:GetAlertHttpGetIn" />
      <wsdl:output message="tns:GetAlertHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete an alert.</wsdl:documentation>
      <wsdl:input message="tns:DeleteAlertHttpGetIn" />
      <wsdl:output message="tns:DeleteAlertHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ListAlerts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">List valid alerts for a user.</wsdl:documentation>
      <wsdl:input message="tns:ListAlertsHttpGetIn" />
      <wsdl:output message="tns:ListAlertsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="XigniteAlertsHttpPost">
    <wsdl:operation name="AddAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Save a new alert.</wsdl:documentation>
      <wsdl:input message="tns:AddAlertHttpPostIn" />
      <wsdl:output message="tns:AddAlertHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get an alert.</wsdl:documentation>
      <wsdl:input message="tns:GetAlertHttpPostIn" />
      <wsdl:output message="tns:GetAlertHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteAlert">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete an alert.</wsdl:documentation>
      <wsdl:input message="tns:DeleteAlertHttpPostIn" />
      <wsdl:output message="tns:DeleteAlertHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ListAlerts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">List valid alerts for a user.</wsdl:documentation>
      <wsdl:input message="tns:ListAlertsHttpPostIn" />
      <wsdl:output message="tns:ListAlertsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="XigniteAlertsSoap" type="tns:XigniteAlertsSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="AddAlert">
      <soap:operation soapAction="http://www.xignite.com/services/AddAlert" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:AddAlertHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAlert">
      <soap:operation soapAction="http://www.xignite.com/services/GetAlert" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetAlertHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteAlert">
      <soap:operation soapAction="http://www.xignite.com/services/DeleteAlert" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:DeleteAlertHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListAlerts">
      <soap:operation soapAction="http://www.xignite.com/services/ListAlerts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:ListAlertsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="XigniteAlertsSoap12" type="tns:XigniteAlertsSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="AddAlert">
      <soap12:operation soapAction="http://www.xignite.com/services/AddAlert" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:AddAlertHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAlert">
      <soap12:operation soapAction="http://www.xignite.com/services/GetAlert" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetAlertHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteAlert">
      <soap12:operation soapAction="http://www.xignite.com/services/DeleteAlert" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:DeleteAlertHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListAlerts">
      <soap12:operation soapAction="http://www.xignite.com/services/ListAlerts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:ListAlertsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="XigniteAlertsHttpGet" type="tns:XigniteAlertsHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="AddAlert">
      <http:operation location="/AddAlert" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAlert">
      <http:operation location="/GetAlert" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteAlert">
      <http:operation location="/DeleteAlert" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListAlerts">
      <http:operation location="/ListAlerts" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="XigniteAlertsHttpPost" type="tns:XigniteAlertsHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="AddAlert">
      <http:operation location="/AddAlert" />
      <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="GetAlert">
      <http:operation location="/GetAlert" />
      <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="DeleteAlert">
      <http:operation location="/DeleteAlert" />
      <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="ListAlerts">
      <http:operation location="/ListAlerts" />
      <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="XigniteAlerts">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This Web Service provides for the management of automated alerts.</wsdl:documentation>
    <wsdl:port name="XigniteAlertsSoap" binding="tns:XigniteAlertsSoap">
      <soap:address location="http://www.xignite.com/xAlerts.asmx" />
    </wsdl:port>
    <wsdl:port name="XigniteAlertsSoap12" binding="tns:XigniteAlertsSoap12">
      <soap12:address location="http://www.xignite.com/xAlerts.asmx" />
    </wsdl:port>
    <wsdl:port name="XigniteAlertsHttpGet" binding="tns:XigniteAlertsHttpGet">
      <http:address location="http://www.xignite.com/xAlerts.asmx" />
    </wsdl:port>
    <wsdl:port name="XigniteAlertsHttpPost" binding="tns:XigniteAlertsHttpPost">
      <http:address location="http://www.xignite.com/xAlerts.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>