Project

General

Profile

Download (969 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:dhb="http://www.omg.org/LSID/2003/DataServiceHTTPBindings" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://example.org/availableServices?urn:lsid:example.org.org:taxonconcepts:1" targetNamespace="http://example.org/availableServices?urn:lsid:example.org:taxonconcepts:1">
2
  <wsdl:import location="LSIDDataServiceHTTPBindings.wsdl" namespace="http://www.omg.org/LSID/2003/DataServiceHTTPBindings">
3
    </wsdl:import>
4
  <wsdl:service name="LSIDService">
5
    <wsdl:port binding="dhb:LSIDMetadataHTTPBinding" name="CATEMetadataHTTPPort">
6
      <http:address location="http://example.org:80/authority/metadata.do"/>
7
    </wsdl:port>
8
    <wsdl:port binding="dhb:LSIDDataHTTPBinding" name="CATEDataHTTPPort">
9
      <http:address location="http://example.org:80/authority/data.do"/>
10
    </wsdl:port>
11
  </wsdl:service>
12
</wsdl:definitions>
(3-3/5)