<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://ws.xml.rhodeisland.dhd" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://ws.xml.rhodeisland.dhd" xmlns:intf="http://ws.xml.rhodeisland.dhd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.xml.coldfusion" 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 ColdFusion version 8,0,1,195765-->
 <wsdl:types>
  <schema targetNamespace="http://ws.xml.rhodeisland.dhd" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOfArrayOf_xsd_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[][]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://ws.xml.rhodeisland.dhd"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="QueryBean">
    <sequence>
     <element name="columnList" nillable="true" type="impl:ArrayOf_xsd_string"/>
     <element name="data" nillable="true" type="impl:ArrayOfArrayOf_xsd_anyType"/>
    </sequence>
   </complexType>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="CFCInvocationException">

      <wsdl:part name="fault" type="tns1:CFCInvocationException"/>

   </wsdl:message>

   <wsdl:message name="GetAllPressReleasesRequest">

      <wsdl:part name="count" type="xsd:double"/>

   </wsdl:message>

   <wsdl:message name="GetSinglePressReleaseRequest">

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

   </wsdl:message>

   <wsdl:message name="GetRecentPressReleasesRequest">

   </wsdl:message>

   <wsdl:message name="GetRecentPressReleasesResponse">

      <wsdl:part name="GetRecentPressReleasesReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="GetAllPressReleasesResponse">

      <wsdl:part name="GetAllPressReleasesReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="GetSinglePressReleaseResponse">

      <wsdl:part name="GetSinglePressReleaseReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:portType name="Ws_beach_news">

      <wsdl:operation name="GetAllPressReleases" parameterOrder="count">

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

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

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="GetRecentPressReleases">

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

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

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="GetSinglePressRelease" parameterOrder="releaseID">

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

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

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="ws_beach_news.cfcSoapBinding" type="impl:Ws_beach_news">

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

      <wsdl:operation name="GetAllPressReleases">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetAllPressReleasesRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="GetAllPressReleasesResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="GetRecentPressReleases">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetRecentPressReleasesRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="GetRecentPressReleasesResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="GetSinglePressRelease">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetSinglePressReleaseRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="GetSinglePressReleaseResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://ws.xml.rhodeisland.dhd" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="HEALTHriNews">

  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Beach Sanitation News from HEALTHri  </wsdl:documentation>

      <wsdl:port binding="impl:ws_beach_news.cfcSoapBinding" name="ws_beach_news.cfc">

         <wsdlsoap:address location="http://www.ribeaches.org/xml/ws/ws_beach_news.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
