<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.omg.org/LSID/2003/Standard/WSDL" xmlns:asb="http://www.omg.org/LSID/2003/AuthorityServiceSOAPBindings" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.omg.org/LSID/2003/Standard/WSDL" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ahb="http://www.omg.org/LSID/2003/AuthorityServiceHTTPBindings" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <wsdl:import namespace="http://www.omg.org/LSID/2003/AuthorityServiceHTTPBindings" location="LSIDAuthorityServiceHTTPBindings.wsdl"/>
  <wsdl:import namespace="http://www.omg.org/LSID/2003/AuthorityServiceSOAPBindings" location="LSIDAuthorityServiceSOAPBindings.wsdl"/>
  <wsdl:service name="AuthorityServiceHTTP">
    <wsdl:port name="HTTPPort" binding="ahb:LSIDAuthorityHTTPBinding">
      <http:address location="http://itis-lsid-prod.snafu.cr.usgs.gov"/>
    </wsdl:port>
  </wsdl:service>
  <wsdl:service name="AuthorityServiceSOAP">
    <wsdl:port name="SOAPPort" binding="asb:LSIDAuthoritySOAPBinding">
      <soap:address location="http://itis-lsid-prod.snafu.cr.usgs.gov/authority/"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

