<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://usp.hdaar.com/alerts/services/RSSHandler" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://usp.hdaar.com/alerts/services/RSSHandler" xmlns:intf="http://usp.hdaar.com/alerts/services/RSSHandler" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rssenhanced" 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.2beta3
Built on Aug 01, 2004 (05:59:22 PDT)-->
 <wsdl:types>
  <schema targetNamespace="http://rssenhanced" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Alert">
    <sequence>
     <element name="errorMessage" nillable="true" type="soapenc:string"/>
     <element name="vid" nillable="true" type="soapenc:string"/>
     <element name="title" nillable="true" type="soapenc:string"/>
     <element name="severity" type="xsd:int"/>
     <element name="description" nillable="true" type="soapenc:string"/>
     <element name="consequence" nillable="true" type="soapenc:string"/>
     <element name="solution" nillable="true" type="soapenc:string"/>
     <element name="link" nillable="true" type="soapenc:string"/>
     <element name="updated" type="xsd:boolean"/>
     <element name="pubDate" nillable="true" type="soapenc:string"/>
     <element name="cve_id" nillable="true" type="soapenc:string"/>
     <element name="vulType" nillable="true" type="soapenc:string"/>
     <element name="lastUpdated" nillable="true" type="soapenc:string"/>
     <element name="affectedProducts" nillable="true" type="soapenc:string"/>
     <element name="alertCategory" nillable="true" type="soapenc:string"/>
     <element name="alertType" nillable="true" type="soapenc:string"/>
     <element name="publicExploit" nillable="true" type="soapenc:string"/>
     <element name="remote" nillable="true" type="soapenc:string"/>
     <element name="local" nillable="true" type="soapenc:string"/>
     <element name="bid" nillable="true" type="soapenc:string"/>
     <element name="easeOfExploit" nillable="true" type="soapenc:string"/>
     <element name="summary" nillable="true" type="soapenc:string"/>
     <element name="credibility" nillable="true" type="soapenc:string"/>
     <element name="item" nillable="true" type="soapenc:string"/>
     <element name="urgency" nillable="true" type="soapenc:string"/>
     <element name="availability" nillable="true" type="soapenc:string"/>
     <element name="authentication" nillable="true" type="soapenc:string"/>
     <element name="UpdatedFields" nillable="true" type="soapenc:string"/>
     <element name="CVSS" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="acknowledgeResponse">

   </wsdl:message>

   <wsdl:message name="acknowledgeRequest">

      <wsdl:part name="username1" type="soapenc:string"/>

      <wsdl:part name="password1" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getAlertResponse">

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

   </wsdl:message>

   <wsdl:message name="getAlertRequest">

      <wsdl:part name="username" type="soapenc:string"/>

      <wsdl:part name="password" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:portType name="RSSHandler">

      <wsdl:operation name="acknowledge" parameterOrder="username1 password1">

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

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

      </wsdl:operation>

      <wsdl:operation name="getAlert" parameterOrder="username password">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="RSSHandlerSoapBinding" type="impl:RSSHandler">

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

      <wsdl:operation name="acknowledge">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="acknowledgeRequest">

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

         </wsdl:input>

         <wsdl:output name="acknowledgeResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://usp.hdaar.com/alerts/services/RSSHandler" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getAlert">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getAlertRequest">

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

         </wsdl:input>

         <wsdl:output name="getAlertResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://usp.hdaar.com/alerts/services/RSSHandler" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="RSSHandlerService">

      <wsdl:port binding="impl:RSSHandlerSoapBinding" name="RSSHandler">

         <wsdlsoap:address location="http://usp.hdaar.com/alerts/services/RSSHandler"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
