1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Matt Pritchard (NERC Earth Observation Data Centre) -->
|
---|
3 | <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:tns1="urn:DiscoveryServiceAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:DiscoveryServiceAPI">
|
---|
4 | <wsdl:types>
|
---|
5 | <xsd:schema targetNamespace="urn:DiscoveryServiceAPI" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:DiscoveryServiceAPI" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
---|
6 | <!-- Request elements -->
|
---|
7 | <xs:element name="doAuthorSearch" type="tns:SearchType"/>
|
---|
8 | <xs:element name="doFullTextSearch" type="tns:SearchType"/>
|
---|
9 | <xs:element name="doParameterSearch" type="tns:SearchType"/>
|
---|
10 | <xs:element name="doPresent" type="tns:PresentType"/>
|
---|
11 | <xs:element name="getListNames" nillable="true"/>
|
---|
12 | <xs:element name="getList" type="tns:getListType"/>
|
---|
13 | <!-- Response elements -->
|
---|
14 | <xs:element name="doAuthorSearchReturn" type="tns:SearchReturnType"/>
|
---|
15 | <xs:element name="doFullTextSearchReturn" type="tns:SearchReturnType"/>
|
---|
16 | <xs:element name="doParameterSearchReturn" type="tns:SearchReturnType"/>
|
---|
17 | <xs:element name="doPresentReturn" type="tns:PresentReturnType"/>
|
---|
18 | <xs:element name="getListNamesReturn" type="tns:getListNamesReturnType"/>
|
---|
19 | <xs:element name="getListReturn" type="tns:getListReturnType"/>
|
---|
20 | <!-- Request global types -->
|
---|
21 | <xs:complexType name="PresentType">
|
---|
22 | <xs:sequence>
|
---|
23 | <xs:element name="documents" type="tns:DocumentsType" minOccurs="0"/>
|
---|
24 | <xs:element name="format" type="xs:string" minOccurs="0"/>
|
---|
25 | </xs:sequence>
|
---|
26 | </xs:complexType>
|
---|
27 | <xs:complexType name="SearchType">
|
---|
28 | <xs:sequence>
|
---|
29 | <xs:element name="term" type="xs:string"/>
|
---|
30 | <xs:element name="start" type="xs:positiveInteger" minOccurs="0"/>
|
---|
31 | <xs:element name="howMany" type="xs:positiveInteger" minOccurs="0"/>
|
---|
32 | <xs:element name="orderBy" type="xs:string" minOccurs="0"/>
|
---|
33 | <xs:element name="orderByDirection" type="tns:orderByDirectionType" minOccurs="0"/>
|
---|
34 | <xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
---|
35 | <xs:element name="BoundingBox" type="tns:BoundingBoxType" minOccurs="0"/>
|
---|
36 | <xs:element name="DateRange" type="tns:DateRangeType" minOccurs="0"/>
|
---|
37 | </xs:sequence>
|
---|
38 | </xs:complexType>
|
---|
39 | <xs:complexType name="getListType">
|
---|
40 | <xs:sequence>
|
---|
41 | <xs:element name="listName" type="xs:string"/>
|
---|
42 | </xs:sequence>
|
---|
43 | </xs:complexType>
|
---|
44 | <!-- Response global types -->
|
---|
45 | <xs:complexType name="PresentReturnType">
|
---|
46 | <xs:sequence>
|
---|
47 | <xs:element name="status" type="xs:boolean"/>
|
---|
48 | <xs:element name="statusMessage" type="xs:string"/>
|
---|
49 | <xs:element name="documents" type="tns:DocumentsType" minOccurs="0"/>
|
---|
50 | </xs:sequence>
|
---|
51 | </xs:complexType>
|
---|
52 | <xs:complexType name="SearchReturnType">
|
---|
53 | <xs:sequence>
|
---|
54 | <xs:element name="status" type="xs:boolean"/>
|
---|
55 | <xs:element name="statusMessage" type="xs:string"/>
|
---|
56 | <xs:element name="resultId" type="xs:int" minOccurs="0"/>
|
---|
57 | <xs:element name="hits" type="xs:int" minOccurs="0"/>
|
---|
58 | <xs:element name="documents" type="tns:DocumentsType" minOccurs="0"/>
|
---|
59 | </xs:sequence>
|
---|
60 | </xs:complexType>
|
---|
61 | <xs:complexType name="getListNamesReturnType">
|
---|
62 | <xs:sequence maxOccurs="unbounded">
|
---|
63 | <xs:element name="listNames">
|
---|
64 | <xs:complexType>
|
---|
65 | <xs:sequence>
|
---|
66 | <xs:element name="listName" type="xs:string" maxOccurs="unbounded"/>
|
---|
67 | </xs:sequence>
|
---|
68 | </xs:complexType>
|
---|
69 | </xs:element>
|
---|
70 | </xs:sequence>
|
---|
71 | </xs:complexType>
|
---|
72 | <xs:complexType name="getListReturnType">
|
---|
73 | <xs:sequence>
|
---|
74 | <xs:element name="list" minOccurs="0">
|
---|
75 | <xs:complexType>
|
---|
76 | <xs:sequence>
|
---|
77 | <xs:element name="listMember" type="xs:string" maxOccurs="unbounded"/>
|
---|
78 | </xs:sequence>
|
---|
79 | <xs:attribute name="name" type="xs:string" use="required"/>
|
---|
80 | </xs:complexType>
|
---|
81 | </xs:element>
|
---|
82 | </xs:sequence>
|
---|
83 | </xs:complexType>
|
---|
84 | <!-- Other global types-->
|
---|
85 | <xs:complexType name="BoundingBoxType">
|
---|
86 | <xs:all>
|
---|
87 | <xs:element name="LimitNorth" type="xs:decimal"/>
|
---|
88 | <xs:element name="LimitSouth" type="xs:decimal"/>
|
---|
89 | <xs:element name="LimitWest" type="xs:decimal"/>
|
---|
90 | <xs:element name="LimitEast" type="xs:decimal"/>
|
---|
91 | </xs:all>
|
---|
92 | </xs:complexType>
|
---|
93 | <xs:complexType name="DateRangeType">
|
---|
94 | <xs:all>
|
---|
95 | <xs:element name="DateRangeStart" type="xs:date"/>
|
---|
96 | <xs:element name="DateRangeEnd" type="xs:date"/>
|
---|
97 | </xs:all>
|
---|
98 | </xs:complexType>
|
---|
99 | <xs:complexType name="DocumentsType">
|
---|
100 | <xs:sequence>
|
---|
101 | <xs:element name="document" type="xs:string" maxOccurs="unbounded"/>
|
---|
102 | </xs:sequence>
|
---|
103 | </xs:complexType>
|
---|
104 | <xs:simpleType name="orderByDirectionType">
|
---|
105 | <xs:restriction base="xs:string">
|
---|
106 | <xs:enumeration value="ascending"/>
|
---|
107 | <xs:enumeration value="descnding"/>
|
---|
108 | </xs:restriction>
|
---|
109 | </xs:simpleType>
|
---|
110 | </xsd:schema>
|
---|
111 | </wsdl:types>
|
---|
112 | <wsdl:message name="doFullTextSearchRequest">
|
---|
113 | <wsdl:part name="part" element="tns1:doFullTextSearch"/>
|
---|
114 | </wsdl:message>
|
---|
115 | <wsdl:message name="doFullTextSearchResponse">
|
---|
116 | <wsdl:part name="part" element="tns1:doFullTextSearchReturn"/>
|
---|
117 | </wsdl:message>
|
---|
118 | <wsdl:message name="doAuthorSearchRequest">
|
---|
119 | <wsdl:part name="part" element="tns1:doAuthorSearch"/>
|
---|
120 | </wsdl:message>
|
---|
121 | <wsdl:message name="getListNamesRequest">
|
---|
122 | <wsdl:part name="part" element="tns1:getListNames"/>
|
---|
123 | </wsdl:message>
|
---|
124 | <wsdl:message name="getListRequest">
|
---|
125 | <wsdl:part name="part" element="tns1:getList"/>
|
---|
126 | </wsdl:message>
|
---|
127 | <wsdl:message name="doAuthorSearchResponse">
|
---|
128 | <wsdl:part name="part" element="tns1:doAuthorSearchReturn"/>
|
---|
129 | </wsdl:message>
|
---|
130 | <wsdl:message name="doParameterSearchRequest">
|
---|
131 | <wsdl:part name="part" element="tns1:doParameterSearch"/>
|
---|
132 | </wsdl:message>
|
---|
133 | <wsdl:message name="doParameterSearchResponse">
|
---|
134 | <wsdl:part name="part" element="tns1:doParameterSearchReturn"/>
|
---|
135 | </wsdl:message>
|
---|
136 | <wsdl:message name="doPresentRequest">
|
---|
137 | <wsdl:part name="part" element="tns1:doPresent"/>
|
---|
138 | </wsdl:message>
|
---|
139 | <wsdl:message name="doPresentResponse">
|
---|
140 | <wsdl:part name="part" element="tns1:doPresentReturn"/>
|
---|
141 | </wsdl:message>
|
---|
142 | <wsdl:message name="getListNamesResponse">
|
---|
143 | <wsdl:part name="part" element="tns1:getListNamesReturn"/>
|
---|
144 | </wsdl:message>
|
---|
145 | <wsdl:message name="getListResponse">
|
---|
146 | <wsdl:part name="part" element="tns1:getListReturn"/>
|
---|
147 | </wsdl:message>
|
---|
148 | <wsdl:portType name="Discovery">
|
---|
149 | <wsdl:operation name="doFullTextSearch">
|
---|
150 | <wsdl:input name="doFullTextSearchRequest" message="tns1:doFullTextSearchRequest"/>
|
---|
151 | <wsdl:output name="doFullTextSearchResponse" message="tns1:doFullTextSearchResponse"/>
|
---|
152 | </wsdl:operation>
|
---|
153 | <wsdl:operation name="doAuthorSearch">
|
---|
154 | <wsdl:input name="doAuthorSearchRequest" message="tns1:doAuthorSearchRequest"/>
|
---|
155 | <wsdl:output name="doAuthorSearchResponse" message="tns1:doAuthorSearchResponse"/>
|
---|
156 | </wsdl:operation>
|
---|
157 | <wsdl:operation name="doParameterSearch">
|
---|
158 | <wsdl:input name="doParameterSearchRequest" message="tns1:doParameterSearchRequest"/>
|
---|
159 | <wsdl:output name="doParameterSearchResponse" message="tns1:doParameterSearchResponse"/>
|
---|
160 | </wsdl:operation>
|
---|
161 | <wsdl:operation name="doPresent">
|
---|
162 | <wsdl:input name="doPresentRequest" message="tns1:doPresentRequest"/>
|
---|
163 | <wsdl:output name="doPresentResponse" message="tns1:doPresentResponse"/>
|
---|
164 | </wsdl:operation>
|
---|
165 | <wsdl:operation name="getListNames">
|
---|
166 | <wsdl:input name="getListNamesRequest" message="tns1:getListNamesRequest"/>
|
---|
167 | <wsdl:output name="getListNamesResponse" message="tns1:getListNamesResponse"/>
|
---|
168 | </wsdl:operation>
|
---|
169 | <wsdl:operation name="getList">
|
---|
170 | <wsdl:input name="getListRequest" message="tns1:getListRequest"/>
|
---|
171 | <wsdl:output name="getListResponse" message="tns1:getListResponse"/>
|
---|
172 | </wsdl:operation>
|
---|
173 | </wsdl:portType>
|
---|
174 | <wsdl:binding name="DiscoverySoapBinding" type="tns1:Discovery">
|
---|
175 | <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
---|
176 | <wsdl:operation name="doFullTextSearch">
|
---|
177 | <wsdlsoap:operation/>
|
---|
178 | <wsdl:input>
|
---|
179 | <wsdlsoap:body use="literal"/>
|
---|
180 | </wsdl:input>
|
---|
181 | <wsdl:output>
|
---|
182 | <wsdlsoap:body use="literal"/>
|
---|
183 | </wsdl:output>
|
---|
184 | </wsdl:operation>
|
---|
185 | <wsdl:operation name="doAuthorSearch">
|
---|
186 | <wsdlsoap:operation/>
|
---|
187 | <wsdl:input>
|
---|
188 | <wsdlsoap:body use="literal"/>
|
---|
189 | </wsdl:input>
|
---|
190 | <wsdl:output>
|
---|
191 | <wsdlsoap:body use="literal"/>
|
---|
192 | </wsdl:output>
|
---|
193 | </wsdl:operation>
|
---|
194 | <wsdl:operation name="doParameterSearch">
|
---|
195 | <wsdlsoap:operation/>
|
---|
196 | <wsdl:input>
|
---|
197 | <wsdlsoap:body use="literal"/>
|
---|
198 | </wsdl:input>
|
---|
199 | <wsdl:output>
|
---|
200 | <wsdlsoap:body use="literal"/>
|
---|
201 | </wsdl:output>
|
---|
202 | </wsdl:operation>
|
---|
203 | <wsdl:operation name="doPresent">
|
---|
204 | <wsdlsoap:operation/>
|
---|
205 | <wsdl:input>
|
---|
206 | <wsdlsoap:body use="literal"/>
|
---|
207 | </wsdl:input>
|
---|
208 | <wsdl:output>
|
---|
209 | <wsdlsoap:body use="literal"/>
|
---|
210 | </wsdl:output>
|
---|
211 | </wsdl:operation>
|
---|
212 | <wsdl:operation name="getListNames">
|
---|
213 | <wsdlsoap:operation/>
|
---|
214 | <wsdl:input>
|
---|
215 | <wsdlsoap:body use="literal"/>
|
---|
216 | </wsdl:input>
|
---|
217 | <wsdl:output>
|
---|
218 | <wsdlsoap:body use="literal"/>
|
---|
219 | </wsdl:output>
|
---|
220 | </wsdl:operation>
|
---|
221 | <wsdl:operation name="getList">
|
---|
222 | <wsdlsoap:operation/>
|
---|
223 | <wsdl:input>
|
---|
224 | <wsdlsoap:body use="literal"/>
|
---|
225 | </wsdl:input>
|
---|
226 | <wsdl:output>
|
---|
227 | <wsdlsoap:body use="literal"/>
|
---|
228 | </wsdl:output>
|
---|
229 | </wsdl:operation>
|
---|
230 | </wsdl:binding>
|
---|
231 | <wsdl:service name="DiscoveryService">
|
---|
232 | <wsdl:port name="Discovery" binding="tns1:DiscoverySoapBinding">
|
---|
233 | <wsdlsoap:address location="http://glue.badc.rl.ac.uk/axis2/services/DiscoveryService"/>
|
---|
234 | </wsdl:port>
|
---|
235 | </wsdl:service>
|
---|
236 | </wsdl:definitions>
|
---|