<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:Resolver_pkg" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:Resolver_pkg" xmlns:intf="urn:Resolver_pkg" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types><schema targetNamespace="urn:Resolver_pkg" xmlns="http://www.w3.org/2001/XMLSchema"><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></schema><schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema"><import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType name="mapItem"><sequence><element name="key" nillable="true" type="xsd:string"/><element name="value" nillable="true" type="xsd:string"/></sequence></complexType><complexType name="Map"><sequence><element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/></sequence></complexType></schema></wsdl:types>
  <wsdl:message name="getURIMapResponse">
    <wsdl:part name="getURIMapReturn" type="apachesoap:Map"/>
  </wsdl:message>
  <wsdl:message name="getURIsRequest">
    <wsdl:part name="in0" type="xsd:string"/>
    <wsdl:part name="in1" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getURIsResponse">
    <wsdl:part name="getURIsReturn" type="impl:ArrayOf_xsd_string"/>
  </wsdl:message>
  <wsdl:message name="canResolveResponse">
    <wsdl:part name="canResolveReturn" type="xsd:boolean"/>
  </wsdl:message>
  <wsdl:message name="getURIMapRequest">
    <wsdl:part name="in0" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="canResolveRequest">
    <wsdl:part name="in0" type="xsd:string"/>
    <wsdl:part name="in1" type="xsd:string"/>
  </wsdl:message>
  <wsdl:portType name="Resolver">
    <wsdl:operation name="canResolve" parameterOrder="in0 in1">
      <wsdl:input message="impl:canResolveRequest" name="canResolveRequest"/>
      <wsdl:output message="impl:canResolveResponse" name="canResolveResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getURIs" parameterOrder="in0 in1">
      <wsdl:input message="impl:getURIsRequest" name="getURIsRequest"/>
      <wsdl:output message="impl:getURIsResponse" name="getURIsResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getURIMap" parameterOrder="in0">
      <wsdl:input message="impl:getURIMapRequest" name="getURIMapRequest"/>
      <wsdl:output message="impl:getURIMapResponse" name="getURIMapResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ResolverSoapBinding" type="impl:Resolver">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="canResolve">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="canResolveRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Resolver_pkg" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="canResolveResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Resolver_pkg" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getURIs">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="getURIsRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Resolver_pkg" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="getURIsResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Resolver_pkg" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getURIMap">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="getURIMapRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Resolver_pkg" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="getURIMapResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Resolver_pkg" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ResolverService">
    <wsdl:port binding="impl:ResolverSoapBinding" name="Resolver">
      <wsdlsoap:address location="http://dissemination.ahds.ac.uk:8180/xresolve/soap/Resolver"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>