wfs-xml-interfaces.wsdl 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <wsdl:definitions
  3. targetNamespace="http://www.opengis.net/wfs/requests/2.0"
  4. xmlns:wfs="http://www.opengis.net/wfs/2.0"
  5. xmlns:ows="http://www.opengis.net/ows/1.1"
  6. xmlns:wfs-req="http://www.opengis.net/wfs/requests/2.0"
  7. xmlns:wfs-resp="http://www.opengis.net/wfs/responses/2.0"
  8. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  9. xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
  10. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  11. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  12. xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  13. <wsdl:documentation xmlns:dc="http://purl.org/dc/elements/1.1/">
  14. <dc:identifier>urn:opengis:spec:wfs:wsdl-1.1:interfaces:2.0.2</dc:identifier>
  15. <dc:date>2008-08-31</dc:date>
  16. <dc:description>
  17. This is the the normative abstract service interface definition
  18. for the OpenGIS Web Feature Service, v2.0.2. The WSDL 1.1 syntax is
  19. used to describe the interface signatures and message structures.
  20. </dc:description>
  21. </wsdl:documentation>
  22. <wsdl:import namespace="http://www.opengis.net/wfs/responses/2.0"
  23. location="./wfs-responses.wsdl"/>
  24. <wsdl:types>
  25. <wsdl:documentation>
  26. Convenience schema that defines all common WFS message elements.
  27. </wsdl:documentation>
  28. <xsd:schema targetNamespace="http://www.opengis.net/wfs/2.0"
  29. xmlns:wfs="http://www.opengis.net/wfs/2.0"
  30. xmlns:gml="http://www.opengis.net/gml/3.2"
  31. xmlns:ogc="http://www.opengis.net/ogc/1.1"
  32. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  33. elementFormDefault="qualified" version="1.1.0">
  34. <xsd:include schemaLocation="./wfs.xsd"/>
  35. </xsd:schema>
  36. </wsdl:types>
  37. <wsdl:message name="GetCapabilitiesRequest">
  38. <wsdl:part name="Body" element="wfs:GetCapabilities"/>
  39. </wsdl:message>
  40. <wsdl:message name="DescribeFeatureTypeRequest">
  41. <wsdl:part name="Body" element="wfs:DescribeFeatureType"/>
  42. </wsdl:message>
  43. <wsdl:message name="GetPropertyValueRequest">
  44. <wsdl:part name="Body" element="wfs:GetPropertyValue"/>
  45. </wsdl:message>
  46. <wsdl:message name="GetFeatureRequest">
  47. <wsdl:part name="Body" element="wfs:GetFeature"/>
  48. </wsdl:message>
  49. <wsdl:message name="GetFeatureWithLockRequest">
  50. <wsdl:part name="Body" element="wfs:GetFeatureWithLock"/>
  51. </wsdl:message>
  52. <wsdl:message name="LockFeatureRequest">
  53. <wsdl:part name="Body" element="wfs:LockFeature"/>
  54. </wsdl:message>
  55. <wsdl:message name="TransactionRequest">
  56. <wsdl:part name="Body" element="wfs:Transaction"/>
  57. </wsdl:message>
  58. <wsdl:message name="ListStoredQueriesRequest">
  59. <wsdl:part name="Body" element="wfs:ListStoredQueries"/>
  60. </wsdl:message>
  61. <wsdl:message name="DescribeStoredQueriesRequest">
  62. <wsdl:part name="Body" element="wfs:DescribeStoredQueries"/>
  63. </wsdl:message>
  64. <wsdl:message name="CreateStoredQueryRequest">
  65. <wsdl:part name="Body" element="wfs:CreateStoredQuery"/>
  66. </wsdl:message>
  67. <wsdl:message name="DropStoredQueryRequest">
  68. <wsdl:part name="Body" element="wfs:DropStoredQuery"/>
  69. </wsdl:message>
  70. <wsdl:portType name="wfs">
  71. <wsdl:operation name="wfs.getCapabilities">
  72. <wsdl:input message="wfs-req:GetCapabilitiesRequest"/>
  73. <wsdl:output message="wfs-resp:GetCapabilitiesResponse"/>
  74. <wsdl:fault name="ServiceExceptionReport"
  75. message="wfs-resp:ServiceExceptionReport"/>
  76. </wsdl:operation>
  77. <wsdl:operation name="wfs.describeFeatureType">
  78. <wsdl:input message="wfs-req:DescribeFeatureTypeRequest"/>
  79. <wsdl:output message="wfs-resp:DescribeFeatureTypeResponse"/>
  80. <wsdl:fault name="ServiceExceptionReport"
  81. message="wfs-resp:ServiceExceptionReport"/>
  82. </wsdl:operation>
  83. <wsdl:operation name="wfs.getPropertyValue">
  84. <wsdl:input message="wfs-req:GetPropertyValueRequest"/>
  85. <wsdl:output message="wfs-resp:GetPropertyValueResponse"/>
  86. <wsdl:fault name="ServiceExceptionReport"
  87. message="wfs-resp:ServiceExceptionReport"/>
  88. </wsdl:operation>
  89. <wsdl:operation name="wfs.getFeature">
  90. <wsdl:input message="wfs-req:GetFeatureRequest"/>
  91. <wsdl:output message="wfs-resp:GetFeatureResponse"/>
  92. <wsdl:fault name="ServiceExceptionReport"
  93. message="wfs-resp:ServiceExceptionReport"/>
  94. </wsdl:operation>
  95. <wsdl:operation name="wfs.getFeatureWithLock">
  96. <wsdl:input message="wfs-req:GetFeatureWithLockRequest"/>
  97. <wsdl:output message="wfs-resp:GetFeatureWithLockResponse"/>
  98. <wsdl:fault name="ServiceExceptionReport"
  99. message="wfs-resp:ServiceExceptionReport"/>
  100. </wsdl:operation>
  101. <wsdl:operation name="wfs.lockFeature">
  102. <wsdl:input message="wfs-req:LockFeatureRequest"/>
  103. <wsdl:output message="wfs-resp:LockFeatureResponse"/>
  104. <wsdl:fault name="ServiceExceptionReport"
  105. message="wfs-resp:ServiceExceptionReport"/>
  106. </wsdl:operation>
  107. <wsdl:operation name="wfs.transaction">
  108. <wsdl:input message="wfs-req:TransactionRequest"/>
  109. <wsdl:output message="wfs-resp:TransactionResponse"/>
  110. <wsdl:fault name="ServiceExceptionReport"
  111. message="wfs-resp:ServiceExceptionReport"/>
  112. </wsdl:operation>
  113. <wsdl:operation name="wfs.listStoredQueries">
  114. <wsdl:input message="wfs-req:ListStoredQueriesRequest"/>
  115. <wsdl:output message="wfs-resp:ListStoredQueriesResponse"/>
  116. <wsdl:fault name="ServiceExceptionReport"
  117. message="wfs-resp:ServiceExceptionReport"/>
  118. </wsdl:operation>
  119. <wsdl:operation name="wfs.describeStoredQueries">
  120. <wsdl:input message="wfs-req:DescribeStoredQueriesRequest"/>
  121. <wsdl:output message="wfs-resp:DescribeStoredQueriesResponse"/>
  122. <wsdl:fault name="ServiceExceptionReport"
  123. message="wfs-resp:ServiceExceptionReport"/>
  124. </wsdl:operation>
  125. <wsdl:operation name="wfs.createStoredQuery">
  126. <wsdl:input message="wfs-req:CreateStoredQueryRequest"/>
  127. <wsdl:output message="wfs-resp:CreateStoredQueryResponse"/>
  128. <wsdl:fault name="ServiceExceptionReport"
  129. message="wfs-resp:ServiceExceptionReport"/>
  130. </wsdl:operation>
  131. <wsdl:operation name="wfs.dropStoredQuery">
  132. <wsdl:input message="wfs-req:DropStoredQueryRequest"/>
  133. <wsdl:output message="wfs-resp:DropStoredQueryResponse"/>
  134. <wsdl:fault name="ServiceExceptionReport"
  135. message="wfs-resp:ServiceExceptionReport"/>
  136. </wsdl:operation>
  137. </wsdl:portType>
  138. <wsdl:binding name="wfs-SOAP" type="wfs-req:wfs">
  139. <wsdl:documentation>WFS interface bound to SOAP over HTTP/1.1.</wsdl:documentation>
  140. <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  141. <wsdl:operation name="wfs.getCapabilities">
  142. <soap:operation/>
  143. <wsdl:input>
  144. <soap:body use="literal"/>
  145. </wsdl:input>
  146. <wsdl:output>
  147. <soap:body use="literal"/>
  148. </wsdl:output>
  149. <wsdl:fault name="ServiceExceptionReport">
  150. <soap:fault name="ServiceExceptionReport" use="literal"/>
  151. </wsdl:fault>
  152. </wsdl:operation>
  153. <wsdl:operation name="wfs.describeFeatureType">
  154. <soap:operation/>
  155. <wsdl:input>
  156. <soap:body use="literal"/>
  157. </wsdl:input>
  158. <wsdl:output>
  159. <soap:body use="literal"/>
  160. </wsdl:output>
  161. <wsdl:fault name="ServiceExceptionReport">
  162. <soap:fault name="ServiceExceptionReport" use="literal"/>
  163. </wsdl:fault>
  164. </wsdl:operation>
  165. <wsdl:operation name="wfs.getFeature">
  166. <soap:operation/>
  167. <wsdl:input>
  168. <soap:body use="literal"/>
  169. </wsdl:input>
  170. <wsdl:output>
  171. <soap:body use="literal"/>
  172. </wsdl:output>
  173. <wsdl:fault name="ServiceExceptionReport">
  174. <soap:fault name="ServiceExceptionReport" use="literal"/>
  175. </wsdl:fault>
  176. </wsdl:operation>
  177. <wsdl:operation name="wfs.getFeatureWithLock">
  178. <soap:operation/>
  179. <wsdl:input>
  180. <soap:body use="literal"/>
  181. </wsdl:input>
  182. <wsdl:output>
  183. <soap:body use="literal"/>
  184. </wsdl:output>
  185. <wsdl:fault name="ServiceExceptionReport">
  186. <soap:fault name="ServiceExceptionReport" use="literal"/>
  187. </wsdl:fault>
  188. </wsdl:operation>
  189. <!--<wsdl:operation name="wfs.getGMLObject">
  190. <soap:operation/>
  191. <wsdl:input>
  192. <soap:body use="literal"/>
  193. </wsdl:input>
  194. <wsdl:output>
  195. <soap:body use="literal"/>
  196. </wsdl:output>
  197. <wsdl:fault name="ServiceExceptionReport">
  198. <soap:fault name="ServiceExceptionReport" use="literal"/>
  199. </wsdl:fault>
  200. </wsdl:operation>-->
  201. <wsdl:operation name="wfs.lockFeature">
  202. <soap:operation/>
  203. <wsdl:input>
  204. <soap:body use="literal"/>
  205. </wsdl:input>
  206. <wsdl:output>
  207. <soap:body use="literal"/>
  208. </wsdl:output>
  209. <wsdl:fault name="ServiceExceptionReport">
  210. <soap:fault name="ServiceExceptionReport" use="literal"/>
  211. </wsdl:fault>
  212. </wsdl:operation>
  213. <wsdl:operation name="wfs.transaction">
  214. <soap:operation/>
  215. <wsdl:input>
  216. <soap:body use="literal"/>
  217. </wsdl:input>
  218. <wsdl:output>
  219. <soap:body use="literal"/>
  220. </wsdl:output>
  221. <wsdl:fault name="ServiceExceptionReport">
  222. <soap:fault name="ServiceExceptionReport" use="literal"/>
  223. </wsdl:fault>
  224. </wsdl:operation>
  225. </wsdl:binding>
  226. <wsdl:binding name="wfs-POST" type="wfs-req:wfs">
  227. <wsdl:documentation>wfs interface bound to the HTTP/1.1 POST method.</wsdl:documentation>
  228. <http:binding verb="POST"/>
  229. <wsdl:operation name="wfs.getCapabilities">
  230. <http:operation location="wfs/http"/>
  231. <wsdl:input>
  232. <mime:mimeXml/>
  233. </wsdl:input>
  234. <wsdl:output>
  235. <mime:mimeXml/>
  236. </wsdl:output>
  237. <wsdl:fault name="ServiceExceptionReport">
  238. <mime:mimeXml/>
  239. </wsdl:fault>
  240. </wsdl:operation>
  241. <wsdl:operation name="wfs.describeFeatureType">
  242. <http:operation location="wfs/http"/>
  243. <wsdl:input>
  244. <mime:mimeXml/>
  245. </wsdl:input>
  246. <wsdl:output>
  247. <mime:mimeXml/>
  248. </wsdl:output>
  249. <wsdl:fault name="ServiceExceptionReport">
  250. <mime:mimeXml/>
  251. </wsdl:fault>
  252. </wsdl:operation>
  253. <wsdl:operation name="wfs.getFeature">
  254. <http:operation location="wfs/http"/>
  255. <wsdl:input>
  256. <mime:mimeXml/>
  257. </wsdl:input>
  258. <wsdl:output>
  259. <mime:mimeXml/>
  260. </wsdl:output>
  261. <wsdl:fault name="ServiceExceptionReport">
  262. <mime:mimeXml/>
  263. </wsdl:fault>
  264. </wsdl:operation>
  265. <wsdl:operation name="wfs.getFeatureWithLock">
  266. <http:operation location="wfs/http"/>
  267. <wsdl:input>
  268. <mime:mimeXml/>
  269. </wsdl:input>
  270. <wsdl:output>
  271. <mime:mimeXml/>
  272. </wsdl:output>
  273. <wsdl:fault name="ServiceExceptionReport">
  274. <mime:mimeXml/>
  275. </wsdl:fault>
  276. </wsdl:operation>
  277. <!--<wsdl:operation name="wfs.getGMLObject">
  278. <http:operation location="wfs/http"/>
  279. <wsdl:input>
  280. <mime:mimeXml/>
  281. </wsdl:input>
  282. <wsdl:output>
  283. <mime:mimeXml/>
  284. </wsdl:output>
  285. <wsdl:fault name="ServiceExceptionReport">
  286. <mime:mimeXml/>
  287. </wsdl:fault>
  288. </wsdl:operation>-->
  289. <wsdl:operation name="wfs.lockFeature">
  290. <http:operation location="wfs/http"/>
  291. <wsdl:input>
  292. <mime:mimeXml/>
  293. </wsdl:input>
  294. <wsdl:output>
  295. <mime:mimeXml/>
  296. </wsdl:output>
  297. <wsdl:fault name="ServiceExceptionReport">
  298. <mime:mimeXml/>
  299. </wsdl:fault>
  300. </wsdl:operation>
  301. <wsdl:operation name="wfs.transaction">
  302. <http:operation location="wfs/http"/>
  303. <wsdl:input>
  304. <mime:mimeXml/>
  305. </wsdl:input>
  306. <wsdl:output>
  307. <mime:mimeXml/>
  308. </wsdl:output>
  309. <wsdl:fault name="ServiceExceptionReport">
  310. <mime:mimeXml/>
  311. </wsdl:fault>
  312. </wsdl:operation>
  313. </wsdl:binding>
  314. <wsdl:service name="WFS-Procesy5-soap">
  315. <wsdl:documentation>
  316. A WFS-1.1 implementation. Includes alternative SOAP bindings for the WFS interfaces.
  317. </wsdl:documentation>
  318. <wsdl:port name="wfs-SOAP-Port" binding="wfs-req:wfs-SOAP">
  319. <soap:address location="https://biuro.biall-net.pl/SE/version-git/wfs-data.php?SERVICE=WFS"/>
  320. </wsdl:port>
  321. </wsdl:service>
  322. <wsdl:service name="WFS-Procesy5-post">
  323. <wsdl:documentation>A WFS-1.1 implementation.</wsdl:documentation>
  324. <wsdl:port name="wfs-POST-Port" binding="wfs-req:wfs-POST">
  325. <http:address location="https://biuro.biall-net.pl/SE/version-git/wfs-data.php?SERVICE=WFS"/>
  326. </wsdl:port>
  327. </wsdl:service>
  328. <wsdl:service name="WFS-Procesy5-get">
  329. <wsdl:documentation>A WFS-1.1 implementation.</wsdl:documentation>
  330. <wsdl:port name="wfs-GET-Port" binding="wfs-req:wfs-POST">
  331. <http:address location="https://biuro.biall-net.pl/SE/version-git/wfs-data.php?SERVICE=WFS"/>
  332. </wsdl:port>
  333. </wsdl:service>
  334. </wsdl:definitions>