/[openfoncier]/trunk/trs/wsurbanisme.wsdl
ViewVC logotype

Annotation of /trunk/trs/wsurbanisme.wsdl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3114 - (hide annotations)
Wed Aug 6 14:45:37 2014 UTC (10 years, 5 months ago) by vpihour
File MIME type: application/xml
File size: 22879 byte(s)
Mise à jour du WSDL lié au web-service du SIG.

1 softime 2282 <?xml version="1.0" encoding="UTF-8"?>
2     <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://urbanisme.ws.marseille.fr" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax26="http://urbanisme.ws.marseille.fr/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://urbanisme.ws.marseille.fr">
3     <wsdl:documentation>WSUrbanisme</wsdl:documentation>
4     <wsdl:types>
5     <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://urbanisme.ws.marseille.fr/xsd">
6     <xs:complexType name="Parcelle">
7     <xs:sequence>
8     <xs:element minOccurs="0" name="adresse" nillable="true" type="xs:string"/>
9     <xs:element minOccurs="0" name="cadastre" nillable="true" type="xs:string"/>
10     <xs:element maxOccurs="unbounded" minOccurs="0" name="groupenrus" nillable="true" type="ax26:GroupeNru"/>
11     <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/>
12     <xs:element maxOccurs="unbounded" minOccurs="0" name="nduas" nillable="true" type="ax26:Ndua"/>
13     <xs:element minOccurs="0" name="surface" nillable="true" type="xs:string"/>
14     <xs:element maxOccurs="unbounded" minOccurs="0" name="zoneplus" nillable="true" type="ax26:ZonePlu"/>
15     </xs:sequence>
16     </xs:complexType>
17     <xs:complexType name="GroupeNru">
18     <xs:sequence>
19     <xs:element minOccurs="0" name="groupe" nillable="true" type="xs:string"/>
20     <xs:element minOccurs="0" name="libelle" nillable="true" type="xs:string"/>
21     <xs:element minOccurs="0" name="ssgroupe" nillable="true" type="xs:string"/>
22 vpihour 3114 <xs:element minOccurs="0" name="idContrainte" nillable="true" type="xs:string"/>
23 softime 2282 </xs:sequence>
24     </xs:complexType>
25     <xs:complexType name="Ndua">
26     <xs:sequence>
27     <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/>
28     <xs:element minOccurs="0" name="libelle" nillable="true" type="xs:string"/>
29     </xs:sequence>
30     </xs:complexType>
31     <xs:complexType name="ZonePlu">
32     <xs:sequence>
33     <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/>
34     <xs:element minOccurs="0" name="libelle" nillable="true" type="xs:string"/>
35     </xs:sequence>
36     </xs:complexType>
37     <xs:complexType name="ISParcelle">
38     <xs:sequence>
39     <xs:element minOccurs="0" name="arrdt" nillable="true" type="xs:string"/>
40     <xs:element minOccurs="0" name="dnuvoi" nillable="true" type="xs:string"/>
41     <xs:element minOccurs="0" name="existe" nillable="true" type="xs:string"/>
42     <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/>
43     <xs:element minOccurs="0" name="nom" nillable="true" type="xs:string"/>
44     <xs:element minOccurs="0" name="prefixe" nillable="true" type="xs:string"/>
45     </xs:sequence>
46     </xs:complexType>
47     <xs:complexType name="Centroide">
48     <xs:sequence>
49     <xs:element minOccurs="0" name="coordX" nillable="true" type="xs:string"/>
50     <xs:element minOccurs="0" name="coordY" nillable="true" type="xs:string"/>
51     <xs:element minOccurs="0" name="dossierID" nillable="true" type="xs:string"/>
52     </xs:sequence>
53     </xs:complexType>
54     </xs:schema>
55     <xs:schema xmlns:ax27="http://urbanisme.ws.marseille.fr/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://urbanisme.ws.marseille.fr">
56     <xs:import namespace="http://urbanisme.ws.marseille.fr/xsd"/>
57     <xs:complexType name="Exception">
58     <xs:sequence>
59     <xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType"/>
60     </xs:sequence>
61     </xs:complexType>
62     <xs:element name="Exception">
63     <xs:complexType>
64     <xs:sequence>
65     <xs:element minOccurs="0" name="Exception" nillable="true" type="ns:Exception"/>
66     </xs:sequence>
67     </xs:complexType>
68     </xs:element>
69     <xs:element name="getParcelle">
70     <xs:complexType>
71     <xs:sequence>
72     <xs:element minOccurs="0" name="wParcelle" nillable="true" type="xs:string"/>
73     </xs:sequence>
74     </xs:complexType>
75     </xs:element>
76     <xs:element name="getParcelleResponse">
77     <xs:complexType>
78     <xs:sequence>
79     <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax26:Parcelle"/>
80     </xs:sequence>
81     </xs:complexType>
82     </xs:element>
83     <xs:element name="getExistParcelle">
84     <xs:complexType>
85     <xs:sequence>
86     <xs:element minOccurs="0" name="wParcelle" nillable="true" type="xs:string"/>
87     </xs:sequence>
88     </xs:complexType>
89     </xs:element>
90     <xs:element name="getExistParcelleResponse">
91     <xs:complexType>
92     <xs:sequence>
93     <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax26:ISParcelle"/>
94     </xs:sequence>
95     </xs:complexType>
96     </xs:element>
97     <xs:element name="getContrainteNRU">
98     <xs:complexType>
99     <xs:sequence>
100     <xs:element minOccurs="0" name="wType" nillable="true" type="xs:string"/>
101     <xs:element minOccurs="0" name="wId" nillable="true" type="xs:string"/>
102     </xs:sequence>
103     </xs:complexType>
104     </xs:element>
105     <xs:element name="getContrainteNRUResponse">
106     <xs:complexType>
107     <xs:sequence>
108     <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax26:GroupeNru"/>
109     </xs:sequence>
110     </xs:complexType>
111     </xs:element>
112     <xs:element name="getCentroideDossier">
113     <xs:complexType>
114     <xs:sequence>
115     <xs:element minOccurs="0" name="wId" nillable="true" type="xs:string"/>
116     <xs:element minOccurs="0" name="wRef" nillable="true" type="xs:string"/>
117     </xs:sequence>
118     </xs:complexType>
119     </xs:element>
120     <xs:element name="getCentroideDossierResponse">
121     <xs:complexType>
122     <xs:sequence>
123     <xs:element minOccurs="0" name="return" nillable="true" type="ax26:Centroide"/>
124     </xs:sequence>
125     </xs:complexType>
126     </xs:element>
127     <xs:element name="getCalculEmprise">
128     <xs:complexType>
129     <xs:sequence>
130     <xs:element minOccurs="0" name="wParcelle" nillable="true" type="xs:string"/>
131     <xs:element minOccurs="0" name="wId" nillable="true" type="xs:string"/>
132     </xs:sequence>
133     </xs:complexType>
134     </xs:element>
135     <xs:element name="getCalculEmpriseResponse">
136     <xs:complexType>
137     <xs:sequence>
138     <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
139     </xs:sequence>
140     </xs:complexType>
141     </xs:element>
142     <xs:element name="copieEmprise">
143     <xs:complexType>
144     <xs:sequence>
145     <xs:element minOccurs="0" name="wIdIn" nillable="true" type="xs:string"/>
146     <xs:element minOccurs="0" name="wIdOut" nillable="true" type="xs:string"/>
147     </xs:sequence>
148     </xs:complexType>
149     </xs:element>
150     <xs:element name="copieEmpriseResponse">
151     <xs:complexType>
152     <xs:sequence>
153     <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
154     </xs:sequence>
155     </xs:complexType>
156     </xs:element>
157     </xs:schema>
158     </wsdl:types>
159     <wsdl:message name="getCalculEmpriseRequest">
160     <wsdl:part name="parameters" element="ns:getCalculEmprise"/>
161     </wsdl:message>
162     <wsdl:message name="getCalculEmpriseResponse">
163     <wsdl:part name="parameters" element="ns:getCalculEmpriseResponse"/>
164     </wsdl:message>
165     <wsdl:message name="Exception">
166     <wsdl:part name="parameters" element="ns:Exception"/>
167     </wsdl:message>
168     <wsdl:message name="getContrainteNRURequest">
169     <wsdl:part name="parameters" element="ns:getContrainteNRU"/>
170     </wsdl:message>
171     <wsdl:message name="getContrainteNRUResponse">
172     <wsdl:part name="parameters" element="ns:getContrainteNRUResponse"/>
173     </wsdl:message>
174     <wsdl:message name="getCentroideDossierRequest">
175     <wsdl:part name="parameters" element="ns:getCentroideDossier"/>
176     </wsdl:message>
177     <wsdl:message name="getCentroideDossierResponse">
178     <wsdl:part name="parameters" element="ns:getCentroideDossierResponse"/>
179     </wsdl:message>
180     <wsdl:message name="getParcelleRequest">
181     <wsdl:part name="parameters" element="ns:getParcelle"/>
182     </wsdl:message>
183     <wsdl:message name="getParcelleResponse">
184     <wsdl:part name="parameters" element="ns:getParcelleResponse"/>
185     </wsdl:message>
186     <wsdl:message name="getExistParcelleRequest">
187     <wsdl:part name="parameters" element="ns:getExistParcelle"/>
188     </wsdl:message>
189     <wsdl:message name="getExistParcelleResponse">
190     <wsdl:part name="parameters" element="ns:getExistParcelleResponse"/>
191     </wsdl:message>
192     <wsdl:message name="copieEmpriseRequest">
193     <wsdl:part name="parameters" element="ns:copieEmprise"/>
194     </wsdl:message>
195     <wsdl:message name="copieEmpriseResponse">
196     <wsdl:part name="parameters" element="ns:copieEmpriseResponse"/>
197     </wsdl:message>
198     <wsdl:portType name="WSUrbanismePortType">
199     <wsdl:operation name="getCalculEmprise">
200     <wsdl:input message="ns:getCalculEmpriseRequest" wsaw:Action="urn:getCalculEmprise"/>
201     <wsdl:output message="ns:getCalculEmpriseResponse" wsaw:Action="urn:getCalculEmpriseResponse"/>
202     <wsdl:fault message="ns:Exception" name="Exception" wsaw:Action="urn:getCalculEmpriseException"/>
203     </wsdl:operation>
204     <wsdl:operation name="getContrainteNRU">
205     <wsdl:input message="ns:getContrainteNRURequest" wsaw:Action="urn:getContrainteNRU"/>
206     <wsdl:output message="ns:getContrainteNRUResponse" wsaw:Action="urn:getContrainteNRUResponse"/>
207     <wsdl:fault message="ns:Exception" name="Exception" wsaw:Action="urn:getContrainteNRUException"/>
208     </wsdl:operation>
209     <wsdl:operation name="getCentroideDossier">
210     <wsdl:input message="ns:getCentroideDossierRequest" wsaw:Action="urn:getCentroideDossier"/>
211     <wsdl:output message="ns:getCentroideDossierResponse" wsaw:Action="urn:getCentroideDossierResponse"/>
212     <wsdl:fault message="ns:Exception" name="Exception" wsaw:Action="urn:getCentroideDossierException"/>
213     </wsdl:operation>
214     <wsdl:operation name="getParcelle">
215     <wsdl:input message="ns:getParcelleRequest" wsaw:Action="urn:getParcelle"/>
216     <wsdl:output message="ns:getParcelleResponse" wsaw:Action="urn:getParcelleResponse"/>
217     <wsdl:fault message="ns:Exception" name="Exception" wsaw:Action="urn:getParcelleException"/>
218     </wsdl:operation>
219     <wsdl:operation name="getExistParcelle">
220     <wsdl:input message="ns:getExistParcelleRequest" wsaw:Action="urn:getExistParcelle"/>
221     <wsdl:output message="ns:getExistParcelleResponse" wsaw:Action="urn:getExistParcelleResponse"/>
222     <wsdl:fault message="ns:Exception" name="Exception" wsaw:Action="urn:getExistParcelleException"/>
223     </wsdl:operation>
224     <wsdl:operation name="copieEmprise">
225     <wsdl:input message="ns:copieEmpriseRequest" wsaw:Action="urn:copieEmprise"/>
226     <wsdl:output message="ns:copieEmpriseResponse" wsaw:Action="urn:copieEmpriseResponse"/>
227     <wsdl:fault message="ns:Exception" name="Exception" wsaw:Action="urn:copieEmpriseException"/>
228     </wsdl:operation>
229     </wsdl:portType>
230     <wsdl:binding name="WSUrbanismeSoap11Binding" type="ns:WSUrbanismePortType">
231     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
232     <wsdl:operation name="getCalculEmprise">
233     <soap:operation soapAction="urn:getCalculEmprise" style="document"/>
234     <wsdl:input>
235     <soap:body use="literal"/>
236     </wsdl:input>
237     <wsdl:output>
238     <soap:body use="literal"/>
239     </wsdl:output>
240     <wsdl:fault name="Exception">
241     <soap:fault use="literal" name="Exception"/>
242     </wsdl:fault>
243     </wsdl:operation>
244     <wsdl:operation name="getContrainteNRU">
245     <soap:operation soapAction="urn:getContrainteNRU" style="document"/>
246     <wsdl:input>
247     <soap:body use="literal"/>
248     </wsdl:input>
249     <wsdl:output>
250     <soap:body use="literal"/>
251     </wsdl:output>
252     <wsdl:fault name="Exception">
253     <soap:fault use="literal" name="Exception"/>
254     </wsdl:fault>
255     </wsdl:operation>
256     <wsdl:operation name="getCentroideDossier">
257     <soap:operation soapAction="urn:getCentroideDossier" style="document"/>
258     <wsdl:input>
259     <soap:body use="literal"/>
260     </wsdl:input>
261     <wsdl:output>
262     <soap:body use="literal"/>
263     </wsdl:output>
264     <wsdl:fault name="Exception">
265     <soap:fault use="literal" name="Exception"/>
266     </wsdl:fault>
267     </wsdl:operation>
268     <wsdl:operation name="getParcelle">
269     <soap:operation soapAction="urn:getParcelle" style="document"/>
270     <wsdl:input>
271     <soap:body use="literal"/>
272     </wsdl:input>
273     <wsdl:output>
274     <soap:body use="literal"/>
275     </wsdl:output>
276     <wsdl:fault name="Exception">
277     <soap:fault use="literal" name="Exception"/>
278     </wsdl:fault>
279     </wsdl:operation>
280     <wsdl:operation name="getExistParcelle">
281     <soap:operation soapAction="urn:getExistParcelle" style="document"/>
282     <wsdl:input>
283     <soap:body use="literal"/>
284     </wsdl:input>
285     <wsdl:output>
286     <soap:body use="literal"/>
287     </wsdl:output>
288     <wsdl:fault name="Exception">
289     <soap:fault use="literal" name="Exception"/>
290     </wsdl:fault>
291     </wsdl:operation>
292     <wsdl:operation name="copieEmprise">
293     <soap:operation soapAction="urn:copieEmprise" style="document"/>
294     <wsdl:input>
295     <soap:body use="literal"/>
296     </wsdl:input>
297     <wsdl:output>
298     <soap:body use="literal"/>
299     </wsdl:output>
300     <wsdl:fault name="Exception">
301     <soap:fault use="literal" name="Exception"/>
302     </wsdl:fault>
303     </wsdl:operation>
304     </wsdl:binding>
305     <wsdl:binding name="WSUrbanismeSoap12Binding" type="ns:WSUrbanismePortType">
306     <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
307     <wsdl:operation name="getCalculEmprise">
308     <soap12:operation soapAction="urn:getCalculEmprise" style="document"/>
309     <wsdl:input>
310     <soap12:body use="literal"/>
311     </wsdl:input>
312     <wsdl:output>
313     <soap12:body use="literal"/>
314     </wsdl:output>
315     <wsdl:fault name="Exception">
316     <soap12:fault use="literal" name="Exception"/>
317     </wsdl:fault>
318     </wsdl:operation>
319     <wsdl:operation name="getContrainteNRU">
320     <soap12:operation soapAction="urn:getContrainteNRU" style="document"/>
321     <wsdl:input>
322     <soap12:body use="literal"/>
323     </wsdl:input>
324     <wsdl:output>
325     <soap12:body use="literal"/>
326     </wsdl:output>
327     <wsdl:fault name="Exception">
328     <soap12:fault use="literal" name="Exception"/>
329     </wsdl:fault>
330     </wsdl:operation>
331     <wsdl:operation name="getCentroideDossier">
332     <soap12:operation soapAction="urn:getCentroideDossier" style="document"/>
333     <wsdl:input>
334     <soap12:body use="literal"/>
335     </wsdl:input>
336     <wsdl:output>
337     <soap12:body use="literal"/>
338     </wsdl:output>
339     <wsdl:fault name="Exception">
340     <soap12:fault use="literal" name="Exception"/>
341     </wsdl:fault>
342     </wsdl:operation>
343     <wsdl:operation name="getParcelle">
344     <soap12:operation soapAction="urn:getParcelle" style="document"/>
345     <wsdl:input>
346     <soap12:body use="literal"/>
347     </wsdl:input>
348     <wsdl:output>
349     <soap12:body use="literal"/>
350     </wsdl:output>
351     <wsdl:fault name="Exception">
352     <soap12:fault use="literal" name="Exception"/>
353     </wsdl:fault>
354     </wsdl:operation>
355     <wsdl:operation name="getExistParcelle">
356     <soap12:operation soapAction="urn:getExistParcelle" style="document"/>
357     <wsdl:input>
358     <soap12:body use="literal"/>
359     </wsdl:input>
360     <wsdl:output>
361     <soap12:body use="literal"/>
362     </wsdl:output>
363     <wsdl:fault name="Exception">
364     <soap12:fault use="literal" name="Exception"/>
365     </wsdl:fault>
366     </wsdl:operation>
367     <wsdl:operation name="copieEmprise">
368     <soap12:operation soapAction="urn:copieEmprise" style="document"/>
369     <wsdl:input>
370     <soap12:body use="literal"/>
371     </wsdl:input>
372     <wsdl:output>
373     <soap12:body use="literal"/>
374     </wsdl:output>
375     <wsdl:fault name="Exception">
376     <soap12:fault use="literal" name="Exception"/>
377     </wsdl:fault>
378     </wsdl:operation>
379     </wsdl:binding>
380     <wsdl:binding name="WSUrbanismeHttpBinding" type="ns:WSUrbanismePortType">
381     <http:binding verb="POST"/>
382     <wsdl:operation name="getCalculEmprise">
383     <http:operation location="WSUrbanisme/getCalculEmprise"/>
384     <wsdl:input>
385     <mime:content type="text/xml" part="getCalculEmprise"/>
386     </wsdl:input>
387     <wsdl:output>
388     <mime:content type="text/xml" part="getCalculEmprise"/>
389     </wsdl:output>
390     </wsdl:operation>
391     <wsdl:operation name="getContrainteNRU">
392     <http:operation location="WSUrbanisme/getContrainteNRU"/>
393     <wsdl:input>
394     <mime:content type="text/xml" part="getContrainteNRU"/>
395     </wsdl:input>
396     <wsdl:output>
397     <mime:content type="text/xml" part="getContrainteNRU"/>
398     </wsdl:output>
399     </wsdl:operation>
400     <wsdl:operation name="getCentroideDossier">
401     <http:operation location="WSUrbanisme/getCentroideDossier"/>
402     <wsdl:input>
403     <mime:content type="text/xml" part="getCentroideDossier"/>
404     </wsdl:input>
405     <wsdl:output>
406     <mime:content type="text/xml" part="getCentroideDossier"/>
407     </wsdl:output>
408     </wsdl:operation>
409     <wsdl:operation name="getParcelle">
410     <http:operation location="WSUrbanisme/getParcelle"/>
411     <wsdl:input>
412     <mime:content type="text/xml" part="getParcelle"/>
413     </wsdl:input>
414     <wsdl:output>
415     <mime:content type="text/xml" part="getParcelle"/>
416     </wsdl:output>
417     </wsdl:operation>
418     <wsdl:operation name="getExistParcelle">
419     <http:operation location="WSUrbanisme/getExistParcelle"/>
420     <wsdl:input>
421     <mime:content type="text/xml" part="getExistParcelle"/>
422     </wsdl:input>
423     <wsdl:output>
424     <mime:content type="text/xml" part="getExistParcelle"/>
425     </wsdl:output>
426     </wsdl:operation>
427     <wsdl:operation name="copieEmprise">
428     <http:operation location="WSUrbanisme/copieEmprise"/>
429     <wsdl:input>
430     <mime:content type="text/xml" part="copieEmprise"/>
431     </wsdl:input>
432     <wsdl:output>
433     <mime:content type="text/xml" part="copieEmprise"/>
434     </wsdl:output>
435     </wsdl:operation>
436     </wsdl:binding>
437     <wsdl:service name="WSUrbanisme">
438     <wsdl:port name="WSUrbanismeHttpsSoap11Endpoint" binding="ns:WSUrbanismeSoap11Binding">
439 vpihour 3114 <soap:address location="https://webservicesint.vdm.mars/wsurbanisme/services/WSUrbanisme.WSUrbanismeHttpsSoap11Endpoint/"/>
440 softime 2282 </wsdl:port>
441     <wsdl:port name="WSUrbanismeHttpsSoap12Endpoint" binding="ns:WSUrbanismeSoap12Binding">
442 vpihour 3114 <soap12:address location="https://webservicesint.vdm.mars/wsurbanisme/services/WSUrbanisme.WSUrbanismeHttpsSoap12Endpoint/"/>
443 softime 2282 </wsdl:port>
444     </wsdl:service>
445     </wsdl:definitions>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26