<?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="GetBeachesResponse">

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

   </wsdl:message>

   <wsdl:message name="GetAllClosuresRequest">

   </wsdl:message>

   <wsdl:message name="GetBeachClosuresResponse">

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

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

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

   </wsdl:message>

   <wsdl:message name="GetBeachesRequest">

   </wsdl:message>

   <wsdl:message name="GetAllClosuresResponse">

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

   </wsdl:message>

   <wsdl:message name="GetBeachClosuresRequest">

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

   </wsdl:message>

   <wsdl:message name="GetBeachSampleDataResponse">

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

   </wsdl:message>

   <wsdl:message name="GetBeachSampleDataRequest">

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

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

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

   </wsdl:message>

   <wsdl:portType name="Ws_beach_closures">

      <wsdl:operation name="GetBeachSampleData" parameterOrder="beachID lcl_startdate lcl_endate">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="GetBeachClosures" parameterOrder="beachID">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="GetAllClosures">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="GetBeaches">

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

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="ws_beach_closures.cfcSoapBinding" type="impl:Ws_beach_closures">

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

      <wsdl:operation name="GetBeachSampleData">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetBeachSampleDataRequest">

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

         </wsdl:input>

         <wsdl:output name="GetBeachSampleDataResponse">

            <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="GetBeachClosures">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetBeachClosuresRequest">

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

         </wsdl:input>

         <wsdl:output name="GetBeachClosuresResponse">

            <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="GetAllClosures">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetAllClosuresRequest">

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

         </wsdl:input>

         <wsdl:output name="GetAllClosuresResponse">

            <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="GetBeaches">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetBeachesRequest">

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

         </wsdl:input>

         <wsdl:output name="GetBeachesResponse">

            <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="HEALTHriData">

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

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

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

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
