<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://dmi-services.org" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://dmi-services.org" xmlns:intf="http://dmi-services.org" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:oasis:names:tc:emergency:cap:1.1" xmlns:tns2="http://dmi-services.org/beans" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->

  <wsdl:types>

    <schema targetNamespace="urn:oasis:names:tc:emergency:cap:1.1" xmlns="http://www.w3.org/2001/XMLSchema">

      <import namespace="http://beans.interopserver.cmis.org"/>

      <import namespace="http://dmi-services.org"/>

      <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

      <simpleType name="status">

        <restriction base="xsd:string">

          <enumeration value="Actual"/>

          <enumeration value="Exercise"/>

          <enumeration value="System"/>

          <enumeration value="Test"/>

          <enumeration value="Draft"/>

        </restriction>

      </simpleType>

      <simpleType name="msgType">

        <restriction base="xsd:string">

          <enumeration value="Ack"/>

          <enumeration value="Alert"/>

          <enumeration value="Cancel"/>

          <enumeration value="Error"/>

          <enumeration value="Update"/>

        </restriction>

      </simpleType>

      <simpleType name="scope">

        <restriction base="xsd:string">

          <enumeration value="Private"/>

          <enumeration value="Public"/>

          <enumeration value="Restricted"/>

        </restriction>

      </simpleType>

      <simpleType name="category">

        <restriction base="xsd:string">

          <enumeration value="Env"/>

          <enumeration value="Fire"/>

          <enumeration value="Geo"/>

          <enumeration value="Health"/>

          <enumeration value="Infra"/>

          <enumeration value="Met"/>

          <enumeration value="Other"/>

          <enumeration value="Rescue"/>

          <enumeration value="Safety"/>

          <enumeration value="Security"/>

          <enumeration value="Transport"/>

          <enumeration value="CBRNE"/>

        </restriction>

      </simpleType>

      <simpleType name="responseType">

        <restriction base="xsd:string">

          <enumeration value="Shelter"/>

          <enumeration value="Evacuate"/>

          <enumeration value="Prepare"/>

          <enumeration value="Execute"/>

          <enumeration value="Monitor"/>

          <enumeration value="None"/>

        </restriction>

      </simpleType>

      <simpleType name="urgency">

        <restriction base="xsd:string">

          <enumeration value="Expected"/>

          <enumeration value="Future"/>

          <enumeration value="Immediate"/>

          <enumeration value="Past"/>

          <enumeration value="Unknown"/>

        </restriction>

      </simpleType>

      <simpleType name="severity">

        <restriction base="xsd:string">

          <enumeration value="Extreme"/>

          <enumeration value="Minor"/>

          <enumeration value="Moderate"/>

          <enumeration value="Severe"/>

          <enumeration value="Unknown"/>

        </restriction>

      </simpleType>

      <simpleType name="certainty">

        <restriction base="xsd:string">

          <enumeration value="Observed"/>

          <enumeration value="Likely"/>

          <enumeration value="Possible"/>

          <enumeration value="Unlikely"/>

          <enumeration value="Unknown"/>

        </restriction>

      </simpleType>

      <complexType name="eventCode">

        <sequence>

          <element name="valueName" type="xsd:string"/>

          <element name="value" type="xsd:string"/>

        </sequence>

      </complexType>

      <complexType name="parameter">

        <sequence>

          <element name="valueName" type="xsd:string"/>

          <element name="value" type="xsd:string"/>

        </sequence>

      </complexType>

      <complexType name="resource">

        <sequence>

          <element name="resourceDesc" nillable="true" type="xsd:string"/>

          <element name="mimeType" nillable="true" type="xsd:string"/>

          <element name="size" nillable="true" type="xsd:integer"/>

          <element name="uri" nillable="true" type="xsd:anyURI"/>

          <element name="derefUri" nillable="true" type="xsd:string"/>

          <element name="digest" nillable="true" type="xsd:string"/>

        </sequence>

      </complexType>

      <complexType name="geocode">

        <sequence>

          <element name="valueName" type="xsd:string"/>

          <element name="value" type="xsd:string"/>

        </sequence>

      </complexType>

      <complexType name="area">

        <sequence>

          <element name="areaDesc" nillable="true" type="xsd:string"/>

          <element maxOccurs="unbounded" name="polygon" nillable="true" type="xsd:string"/>

          <element maxOccurs="unbounded" name="circle" nillable="true" type="xsd:string"/>

          <element maxOccurs="unbounded" name="geocode" nillable="true" type="tns1:geocode"/>

          <element name="altitude" nillable="true" type="xsd:string"/>

          <element name="ceiling" nillable="true" type="xsd:string"/>

        </sequence>

      </complexType>

      <complexType name="info">

        <sequence>

          <element name="language" nillable="true" type="xsd:language"/>

          <element maxOccurs="unbounded" name="category" nillable="true" type="tns1:category"/>

          <element name="event" type="xsd:string"/>

          <element maxOccurs="unbounded" name="responseType" nillable="true" type="tns1:responseType"/>

          <element name="urgency" type="tns1:urgency"/>

          <element name="severity" type="tns1:severity"/>

          <element name="certainty" type="tns1:certainty"/>

          <element name="audience" nillable="true" type="xsd:string"/>

          <element maxOccurs="unbounded" name="eventCode" nillable="true" type="tns1:eventCode"/>

          <element name="effective" nillable="true" type="xsd:string"/>

          <element name="onset" nillable="true" type="xsd:string"/>

          <element name="expires" nillable="true" type="xsd:string"/>

          <element name="senderName" nillable="true" type="xsd:string"/>

          <element name="headline" nillable="true" type="xsd:string"/>

          <element name="description" nillable="true" type="xsd:string"/>

          <element name="instruction" nillable="true" type="xsd:string"/>

          <element name="web" nillable="true" type="xsd:anyURI"/>

          <element name="contact" nillable="true" type="xsd:string"/>

          <element maxOccurs="unbounded" name="parameter" nillable="true" type="tns1:parameter"/>

          <element maxOccurs="unbounded" name="resource" nillable="true" type="tns1:resource"/>

          <element maxOccurs="unbounded" name="area" nillable="true" type="tns1:area"/>

        </sequence>

      </complexType>

      <complexType name="Alert">

        <sequence>

          <element name="identifier" type="xsd:string"/>

          <element name="sender" type="xsd:string"/>

          <element name="sent" type="xsd:string"/>

          <element name="status" type="tns1:status"/>

          <element name="msgType" type="tns1:msgType"/>

          <element name="source" nillable="true" type="xsd:string"/>

          <element name="scope" nillable="true" type="tns1:scope"/>

          <element name="restriction" nillable="true" type="xsd:string"/>

          <element name="addresses" nillable="true" type="xsd:string"/>

          <element maxOccurs="unbounded" name="code" nillable="true" type="xsd:string"/>

          <element name="note" nillable="true" type="xsd:string"/>

          <element name="references" nillable="true" type="xsd:string"/>

          <element name="incidents" nillable="true" type="xsd:string"/>

          <element maxOccurs="unbounded" name="info" nillable="true" type="tns1:info"/>

        </sequence>

      </complexType>

    </schema>

    <schema targetNamespace="http://dmi-services.org" xmlns="http://www.w3.org/2001/XMLSchema">

      <import namespace="urn:oasis:names:tc:emergency:cap:1.1"/>

      <import namespace="http://beans.interopserver.cmis.org"/>

      <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

      <complexType name="ArrayOf_tns1_Alert">

        <complexContent>

          <restriction base="soapenc:Array">

            <attribute ref="soapenc:arrayType" wsdl:arrayType="tns1:Alert[]"/>

          </restriction>

        </complexContent>

      </complexType>

    </schema>

  
    <schema targetNamespace="http://dmi-services.org/beans" xmlns="http://www.w3.org/2001/XMLSchema">

      <import namespace="urn:oasis:names:tc:emergency:cap:1.1"/>

      <import namespace="http://dmi-services.org"/>

      <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

      <complexType name="SimpleCOG">

        <sequence>

          <element name="id" type="xsd:long"/>

          <element name="name" type="xsd:string"/>

        </sequence>

      </complexType>


      <complexType name="ArrayOf_tns2_SimpleCOG">

        <complexContent>

          <restriction base="soapenc:Array">

            <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:SimpleCOG[]"/>

          </restriction>

        </complexContent>

      </complexType>


    </schema>

  </wsdl:types>


    <wsdl:message name="postCAPAlertResponse1">


    </wsdl:message>


    <wsdl:message name="pingResponse">


        <wsdl:part name="pingReturn" type="xsd:string"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertResponse">


        <wsdl:part name="getCAPAlertReturn" type="tns1:Alert"/>


    </wsdl:message>


    <wsdl:message name="getServerTimeRequest">


    </wsdl:message>


    <wsdl:message name="getCAPAlertsRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="getMyCogRequest">


    </wsdl:message>


    <wsdl:message name="postCAPAlertResponse">


    </wsdl:message>


    <wsdl:message name="getAlertsSentBySentDateResponse">


        <wsdl:part name="getAlertsSentBySentDateReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="getMyCogsAlertsByPostedDateRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertsResponse">


        <wsdl:part name="getCAPAlertsReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="getAlertsSentByPostedDateResponse">


        <wsdl:part name="getAlertsSentByPostedDateReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="postCAPAlertRequest1">


        <wsdl:part name="in0" type="tns1:Alert"/>


        <wsdl:part name="in1" type="tns2:ArrayOf_tns2_SimpleCOG"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertsGlobalBySentDateRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="getAlertsSentByPostedDateRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="postCAPAlertRequest">


        <wsdl:part name="in0" type="tns1:Alert"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertRequest">


        <wsdl:part name="in0" type="xsd:string"/>


    </wsdl:message>


    <wsdl:message name="getCogsResponse">


        <wsdl:part name="getCogsReturn" type="tns2:ArrayOf_tns2_SimpleCOG"/>


    </wsdl:message>


    <wsdl:message name="getMyCogsAlertsBySentDateResponse">


        <wsdl:part name="getMyCogsAlertsBySentDateReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertsGlobalByPostedDateRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertsGlobalByPostedDateResponse">


        <wsdl:part name="getCAPAlertsGlobalByPostedDateReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="getMyCogResponse">


        <wsdl:part name="getMyCogReturn" type="tns2:SimpleCOG"/>


    </wsdl:message>


    <wsdl:message name="pingRequest">


    </wsdl:message>


    <wsdl:message name="getCAPAlertsByPostedDateRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="getCogsRequest">


    </wsdl:message>


    <wsdl:message name="getServerTimeResponse">


        <wsdl:part name="getServerTimeReturn" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertsGlobalBySentDateResponse">


        <wsdl:part name="getCAPAlertsGlobalBySentDateReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="getMyCogsAlertsBySentDateRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:message name="getMyCogsAlertsByPostedDateResponse">


        <wsdl:part name="getMyCogsAlertsByPostedDateReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="getCAPAlertsByPostedDateResponse">


        <wsdl:part name="getCAPAlertsByPostedDateReturn" type="impl:ArrayOf_tns1_Alert"/>


    </wsdl:message>


    <wsdl:message name="getAlertsSentBySentDateRequest">


        <wsdl:part name="in0" type="xsd:dateTime"/>


    </wsdl:message>


    <wsdl:portType name="CAP1_1">


        <wsdl:operation name="getCAPAlert" parameterOrder="in0">


            <wsdl:input message="impl:getCAPAlertRequest" name="getCAPAlertRequest"/>


            <wsdl:output message="impl:getCAPAlertResponse" name="getCAPAlertResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlerts" parameterOrder="in0">


            <wsdl:input message="impl:getCAPAlertsRequest" name="getCAPAlertsRequest"/>


            <wsdl:output message="impl:getCAPAlertsResponse" name="getCAPAlertsResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getServerTime">


            <wsdl:input message="impl:getServerTimeRequest" name="getServerTimeRequest"/>


            <wsdl:output message="impl:getServerTimeResponse" name="getServerTimeResponse"/>


        </wsdl:operation>


        <wsdl:operation name="postCAPAlert" parameterOrder="in0">


            <wsdl:input message="impl:postCAPAlertRequest" name="postCAPAlertRequest"/>


            <wsdl:output message="impl:postCAPAlertResponse" name="postCAPAlertResponse"/>


        </wsdl:operation>


        <wsdl:operation name="postCAPAlert" parameterOrder="in0 in1">


            <wsdl:input message="impl:postCAPAlertRequest1" name="postCAPAlertRequest1"/>


            <wsdl:output message="impl:postCAPAlertResponse1" name="postCAPAlertResponse1"/>


        </wsdl:operation>


        <wsdl:operation name="getCogs">


            <wsdl:input message="impl:getCogsRequest" name="getCogsRequest"/>


            <wsdl:output message="impl:getCogsResponse" name="getCogsResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getMyCog">


            <wsdl:input message="impl:getMyCogRequest" name="getMyCogRequest"/>


            <wsdl:output message="impl:getMyCogResponse" name="getMyCogResponse"/>


        </wsdl:operation>


        <wsdl:operation name="ping">


            <wsdl:input message="impl:pingRequest" name="pingRequest"/>


            <wsdl:output message="impl:pingResponse" name="pingResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlertsByPostedDate" parameterOrder="in0">


            <wsdl:input message="impl:getCAPAlertsByPostedDateRequest" name="getCAPAlertsByPostedDateRequest"/>


            <wsdl:output message="impl:getCAPAlertsByPostedDateResponse" name="getCAPAlertsByPostedDateResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlertsGlobalBySentDate" parameterOrder="in0">


            <wsdl:input message="impl:getCAPAlertsGlobalBySentDateRequest" name="getCAPAlertsGlobalBySentDateRequest"/>


            <wsdl:output message="impl:getCAPAlertsGlobalBySentDateResponse" name="getCAPAlertsGlobalBySentDateResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlertsGlobalByPostedDate" parameterOrder="in0">


            <wsdl:input message="impl:getCAPAlertsGlobalByPostedDateRequest" name="getCAPAlertsGlobalByPostedDateRequest"/>


            <wsdl:output message="impl:getCAPAlertsGlobalByPostedDateResponse" name="getCAPAlertsGlobalByPostedDateResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getMyCogsAlertsByPostedDate" parameterOrder="in0">


            <wsdl:input message="impl:getMyCogsAlertsByPostedDateRequest" name="getMyCogsAlertsByPostedDateRequest"/>


            <wsdl:output message="impl:getMyCogsAlertsByPostedDateResponse" name="getMyCogsAlertsByPostedDateResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getMyCogsAlertsBySentDate" parameterOrder="in0">


            <wsdl:input message="impl:getMyCogsAlertsBySentDateRequest" name="getMyCogsAlertsBySentDateRequest"/>


            <wsdl:output message="impl:getMyCogsAlertsBySentDateResponse" name="getMyCogsAlertsBySentDateResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getAlertsSentBySentDate" parameterOrder="in0">


            <wsdl:input message="impl:getAlertsSentBySentDateRequest" name="getAlertsSentBySentDateRequest"/>


            <wsdl:output message="impl:getAlertsSentBySentDateResponse" name="getAlertsSentBySentDateResponse"/>


        </wsdl:operation>


        <wsdl:operation name="getAlertsSentByPostedDate" parameterOrder="in0">


            <wsdl:input message="impl:getAlertsSentByPostedDateRequest" name="getAlertsSentByPostedDateRequest"/>


            <wsdl:output message="impl:getAlertsSentByPostedDateResponse" name="getAlertsSentByPostedDateResponse"/>


        </wsdl:operation>


    </wsdl:portType>


    <wsdl:binding name="CAP1_1SoapBinding" type="impl:CAP1_1">


        <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>


        <wsdl:operation name="getCAPAlert">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getCAPAlertRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getCAPAlertResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlerts">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getCAPAlertsRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getCAPAlertsResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getServerTime">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getServerTimeRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getServerTimeResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="postCAPAlert">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="postCAPAlertRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="postCAPAlertResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="postCAPAlert">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="postCAPAlertRequest1">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="postCAPAlertResponse1">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getCogs">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getCogsRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getCogsResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getMyCog">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getMyCogRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getMyCogResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="ping">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="pingRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="pingResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlertsByPostedDate">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getCAPAlertsByPostedDateRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getCAPAlertsByPostedDateResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlertsGlobalBySentDate">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getCAPAlertsGlobalBySentDateRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getCAPAlertsGlobalBySentDateResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getCAPAlertsGlobalByPostedDate">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getCAPAlertsGlobalByPostedDateRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getCAPAlertsGlobalByPostedDateResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getMyCogsAlertsByPostedDate">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getMyCogsAlertsByPostedDateRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getMyCogsAlertsByPostedDateResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getMyCogsAlertsBySentDate">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getMyCogsAlertsBySentDateRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getMyCogsAlertsBySentDateResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getAlertsSentBySentDate">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getAlertsSentBySentDateRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getAlertsSentBySentDateResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


        <wsdl:operation name="getAlertsSentByPostedDate">


            <wsdlsoap:operation soapAction=""/>


            <wsdl:input name="getAlertsSentByPostedDateRequest">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:input>


            <wsdl:output name="getAlertsSentByPostedDateResponse">


                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://dmi-services.org" use="encoded"/>


            </wsdl:output>


        </wsdl:operation>


    </wsdl:binding>


    <wsdl:service name="CAP1_1Service">


        <wsdl:port binding="impl:CAP1_1SoapBinding" name="CAP1_1">


            <wsdlsoap:address location="http://interopdev.cmiservices.org/axis/services/CAP1_1"/>


        </wsdl:port>


    </wsdl:service>


</wsdl:definitions>
