<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:ecsearch" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:ecsearch">
<types>
<xsd:schema targetNamespace="urn:ecsearch"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="doSearchRequest">
  <part name="searchxml" type="xsd:string" /></message>
<message name="doSearchResponse">
  <part name="return" type="xsd:string" /></message>
<portType name="ec_soap_searchPortType">
  <operation name="doSearch">
    <documentation>Documentation can be found at http://www.earthchemportal.org/soap_search_documentation</documentation>
    <input message="tns:doSearchRequest"/>
    <output message="tns:doSearchResponse"/>
  </operation>
</portType>
<binding name="ec_soap_searchBinding" type="tns:ec_soap_searchPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="doSearch">
    <soap:operation soapAction="urn:ecsearch#doSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:ecsearch" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:ecsearch" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="ec_soap_search">
  <port name="ec_soap_searchPort" binding="tns:ec_soap_searchBinding">
    <soap:address location="http://www.earthchemportal.org/soapsearchservice.php"/>
  </port>
</service>
</definitions>