<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions targetNamespace="urn:neries:emsc:ws" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="urn:neries:emsc:ws" xmlns:qm="http://quakeml.org/xmlns/quakeml/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:documentation>quakeml</wsdl:documentation>
  <wsdl:types>
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="urn:neries:emsc:ws" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="urn:neries:emsc:ws" xmlns:qm="http://quakeml.org/xmlns/quakeml/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    		
    		<!--  
    			NOTE: The quakeml schema must be accessible.  This is not automatic.
    			Also, the schema below is bogus.
    		 -->
    		<!--
			<xs:import schemaLocation="./quakeml.xsd" />
			-->
			
    
				<!--  -->
			
			<!-- schemaLocation="QuakeML-BED-1.1.xsd" -->
			<!-- namespace="http://quakeml.org/xmlns/quakeml/1.1" -->
			<!-- namespace="http://www.quakeml.ethz.ch/core/1.0" -->
			<xs:element name="events">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="uri" nillable="true" type="xs:string" />
						<!--  xs:element name="uriList" nillable="true" type="xs:string"/ -->

						<xs:element minOccurs="0" name="dateMin" nillable="true" type="xs:dateTime" />
						<xs:element minOccurs="0" name="dateMax" nillable="true" type="xs:dateTime" />
						<xs:element minOccurs="0" name="latMin" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="latMax" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="lonMin" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="lonMax" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="depthMin" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="depthMax" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="netMagMin" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="netMagMax" nillable="true" type="xs:float" />
						<xs:element minOccurs="0" name="netMagType" nillable="true" type="xs:string" />
						<xs:element minOccurs="0" name="author" nillable="true" type="xs:string" />
						<xs:element minOccurs="0" name="startRow" nillable="true" type="xs:int" />
						<xs:element minOccurs="0" name="limit" nillable="true" type="xs:string" />
					</xs:sequence>
				</xs:complexType>
			</xs:element>

			<xs:element name="eventsResponse">
				<xs:complexType>
					<xs:choice>
						<xs:element name="quakeml" type="xs:anyType" /> 
						<xs:element name="error" type="xs:anyType" />
					</xs:choice>
				</xs:complexType>
			</xs:element>
			
			<xs:element name="latestEvents">
				<xs:complexType>
					<xs:sequence>
						<xs:element minOccurs="0" name="complete" nillable="true" type="xs:int" />
						<xs:element minOccurs="0" name="num" nillable="true" type="xs:int" />
					</xs:sequence>
				</xs:complexType>
			</xs:element>

			<xs:element name="latestEventsResponse">
				<xs:complexType>
					<xs:choice>
						<xs:element name="quakeml" type="xs:anyType" />
						<xs:element name="error" type="xs:anyType" />
					</xs:choice>
				</xs:complexType>
			</xs:element>
			
		</xs:schema>
  </wsdl:types>
  <wsdl:message name="eventsMessage">
    <wsdl:part element="ns:events" name="part1">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="eventsResponseMessage">
    <wsdl:part element="ns:eventsResponse" name="part1">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="latestEventsMessage">
    <wsdl:part element="ns:latestEvents" name="part1">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="latestEventsResponseMessage">
    <wsdl:part element="ns:latestEventsResponse" name="part1">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="quakemlPortType">
    <wsdl:operation name="events">
      <wsdl:input message="ns:eventsMessage" wsaw:Action="urn:events">
    </wsdl:input>
      <wsdl:output message="ns:eventsResponseMessage" wsaw:Action="//localhost:9000/quakeml/quakemlPortType/eventsResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="latestEvents">
      <wsdl:input message="ns:latestEventsMessage" wsaw:Action="urn:latestEvents">
    </wsdl:input>
      <wsdl:output message="ns:latestEventsResponseMessage" wsaw:Action="//localhost:9000/quakeml/quakemlPortType/latestEventsResponse">
    </wsdl:output>
    </wsdl:operation>
    <jaxws:bindings xmlns:jaxws="http://java.sun.com/xml/ns/jaxws">
        <jaxws:enableWrapperStyle>true</jaxws:enableWrapperStyle>
    </jaxws:bindings>
  </wsdl:portType>
  <wsdl:binding name="quakemlSOAP11Binding" type="ns:quakemlPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="events">
      <soap12:operation soapAction="urn:events" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="latestEvents">
      <soap:operation soapAction="urn:latestEvents" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Quakeml">
    <wsdl:port binding="ns:quakemlSOAP11Binding" name="quakemlSoap11">
      <soap:address location="http://www.seismicportal.eu/services/ws/quakeml" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>