<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5. --><definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://stationcatalogservice.storet.epa.gov/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://stationcatalogservice.storet.epa.gov/" name="StationCatalogService">
<types/>
<message name="getWatershedStationCharTypeSummary">
<part name="HydrologicUnitCode" type="xsd:string"/>
</message>
<message name="getWatershedStationCharTypeSummaryResponse">
<part name="return" type="xsd:string"/>
</message>
<message name="getWatershedOrgStationCharTypeSummary">
<part name="HydrologicUnitCode" type="xsd:string"/>
<part name="OrganizationId" type="xsd:string"/>
</message>
<message name="getWatershedOrgStationCharTypeSummaryResponse">
<part name="return" type="xsd:string"/>
</message>
<message name="getStationCharacteristicSummary">
<part name="CharType" type="xsd:string"/>
<part name="StationId" type="xsd:string"/>
<part name="OrganizationId" type="xsd:string"/>
</message>
<message name="getStationCharacteristicSummaryResponse">
<part name="return" type="xsd:string"/>
</message>
<message name="getStationCharTypeSummaryUsingXMLInput">
<part name="StationIdentifiersInputXML" type="xsd:string"/>
</message>
<message name="getStationCharTypeSummaryUsingXMLInputResponse">
<part name="return" type="xsd:string"/>
</message>
<message name="getStationCharTypeSummaryUsingStringInput">
<part name="StationIdentifiersInputString" type="xsd:string"/>
</message>
<message name="getStationCharTypeSummaryUsingStringInputResponse">
<part name="return" type="xsd:string"/>
</message>
<portType name="StationCatalogService">
<operation name="getWatershedStationCharTypeSummary">
<input message="tns:getWatershedStationCharTypeSummary"/>
<output message="tns:getWatershedStationCharTypeSummaryResponse"/>
</operation>
<operation name="getWatershedOrgStationCharTypeSummary" parameterOrder="HydrologicUnitCode OrganizationId">
<input message="tns:getWatershedOrgStationCharTypeSummary"/>
<output message="tns:getWatershedOrgStationCharTypeSummaryResponse"/>
</operation>
<operation name="getStationCharacteristicSummary" parameterOrder="CharType StationId OrganizationId">
<input message="tns:getStationCharacteristicSummary"/>
<output message="tns:getStationCharacteristicSummaryResponse"/>
</operation>
<operation name="getStationCharTypeSummaryUsingXMLInput">
<input message="tns:getStationCharTypeSummaryUsingXMLInput"/>
<output message="tns:getStationCharTypeSummaryUsingXMLInputResponse"/>
</operation>
<operation name="getStationCharTypeSummaryUsingStringInput">
<input message="tns:getStationCharTypeSummaryUsingStringInput"/>
<output message="tns:getStationCharTypeSummaryUsingStringInputResponse"/>
</operation>
</portType>
<binding name="StationCatalogServicePortBinding" type="tns:StationCatalogService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
<operation name="getWatershedStationCharTypeSummary">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</input>
<output>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</output>
</operation>
<operation name="getWatershedOrgStationCharTypeSummary">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</input>
<output>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</output>
</operation>
<operation name="getStationCharacteristicSummary">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</input>
<output>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</output>
</operation>
<operation name="getStationCharTypeSummaryUsingXMLInput">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</input>
<output>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</output>
</operation>
<operation name="getStationCharTypeSummaryUsingStringInput">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</input>
<output>
<soap:body use="literal" namespace="http://stationcatalogservice.storet.epa.gov/"/>
</output>
</operation>
</binding>
<service name="StationCatalogService">
<port name="StationCatalogServicePort" binding="tns:StationCatalogServicePortBinding">
<soap:address location="http://ofmpub.epa.gov:80/STORETwebservices/StationCatalogService/"/>
</port>
</service>
</definitions>