Projet

Général

Profil

0001-greco-update-wdsl-in-tests-51735.patch

Nicolas Roche, 05 mars 2021 18:49

Télécharger (14,8 ko)

Voir les différences:

Subject: [PATCH] greco: update wdsl in tests (#51735)

 tests/data/greco/greco.wsdl | 144 ++++++++++++++++++++++++++----------
 1 file changed, 104 insertions(+), 40 deletions(-)
tests/data/greco/greco.wsdl
1
<?xml version="1.0"?>
2
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://mairies.services.external.coheris.com" xmlns:intf="http://mairies.services.external.coheris.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://mairies.services.external.coheris.com">
3
  <!--
4
WSDL created by Apache Axis version: 1.4
5
Built on Apr 22, 2006 (06:55:48 PDT)
6
-->
1
<?xml version="1.0" encoding="UTF-8"?>
2
<wsdl:definitions targetNamespace="http://mairies.services.external.coheris.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://mairies.services.external.coheris.com" xmlns:intf="http://mairies.services.external.coheris.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
  <!--WSDL created by Apache Axis version: 1.4
4
Built on Apr 22, 2006 (06:55:48 PDT)-->
7 5
  <wsdl:types>
8
    <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://mairies.services.external.coheris.com">
6
    <schema elementFormDefault="qualified" targetNamespace="http://mairies.services.external.coheris.com" xmlns="http://www.w3.org/2001/XMLSchema">
9 7
      <element name="ajouterComplementInformation">
10 8
        <complexType>
11 9
          <sequence>
12 10
            <element name="demandeAjoutComplementInfo" type="impl:DemandeAjoutComplementInfo"/>
13 11
          </sequence>
14 12
        </complexType>
15 13
      </element>
16 14
      <complexType name="DemandeAjoutComplementInfo">
......
94 92
      </complexType>
95 93
      <element name="consulterResponse">
96 94
        <complexType>
97 95
          <sequence>
98 96
            <element name="consulterReturn" type="impl:ReponseConsultation"/>
99 97
          </sequence>
100 98
        </complexType>
101 99
      </element>
100
      <complexType name="ReponseConfirmation">
101
        <sequence>
102
          <element name="iddemande" nillable="true" type="xsd:string"/>
103
          <element name="idgreco" nillable="true" type="xsd:string"/>
104
          <element name="motifsrejet" nillable="true" type="xsd:string"/>
105
        </sequence>
106
      </complexType>
102 107
      <complexType name="ReponseEtat">
103 108
        <complexContent>
104
          <extension base="impl:Reponse">
109
          <extension base="impl:ReponseConfirmation">
105 110
            <sequence>
106 111
              <element name="etat" nillable="true" type="xsd:string"/>
107 112
            </sequence>
108 113
          </extension>
109 114
        </complexContent>
110 115
      </complexType>
111 116
      <complexType name="CompteRendu">
112 117
        <sequence>
......
287 292
        </sequence>
288 293
      </complexType>
289 294
      <complexType name="VoieSecante">
290 295
        <sequence>
291 296
          <element name="codeRivoliVoieSecante" nillable="true" type="xsd:string"/>
292 297
          <element name="codeFuvVoieSecante" nillable="true" type="xsd:string"/>
293 298
        </sequence>
294 299
      </complexType>
300
      <complexType name="PieceJointe">
301
        <sequence>
302
          <element name="nom" nillable="true" type="xsd:string"/>
303
          <element name="contenu" nillable="true" type="xsd:string"/>
304
        </sequence>
305
      </complexType>
306
      <complexType name="ArrayOfPiecesJointes">
307
        <sequence>
308
          <element maxOccurs="unbounded" minOccurs="0" name="pieceJointe" type="impl:PieceJointe"/>
309
        </sequence>
310
      </complexType>
295 311
      <complexType name="GetContenuDossierResponse">
296 312
        <complexContent>
297 313
          <extension base="impl:ReponseEtat">
298 314
            <sequence>
299 315
              <element name="dateDeDepot" nillable="true" type="xsd:string"/>
300 316
              <element name="mediaDeReponse" nillable="true" type="xsd:string"/>
301 317
              <element name="description" nillable="true" type="xsd:string"/>
302 318
              <element name="isDangerRsque" nillable="true" type="xsd:string"/>
303 319
              <element name="beneficiaireContact" nillable="true" type="impl:BeneficiaireContact"/>
304 320
              <element name="beneficiaireAdresse" nillable="true" type="impl:BeneficiaireAdresse"/>
305 321
              <element name="localisationV2" nillable="true" type="impl:LocalisationV2"/>
306 322
              <element name="voieSecante" nillable="true" type="impl:VoieSecante"/>
323
              <element name="idDomaineObjetType" nillable="true" type="xsd:string"/>
324
              <element name="libelleDomaineObjetType" nillable="true" type="xsd:string"/>
325
              <element name="natureDemande" nillable="true" type="xsd:string"/>
326
              <element name="modeReception" nillable="true" type="xsd:string"/>
327
              <element name="dateResolutionTheorique" nillable="true" type="xsd:string"/>
328
              <element name="piecesJointes" nillable="true" type="impl:ArrayOfPiecesJointes"/>
307 329
            </sequence>
308 330
          </extension>
309 331
        </complexContent>
310 332
      </complexType>
311 333
      <element name="creer">
312 334
        <complexType>
313 335
          <sequence>
314 336
            <element name="demandeCreation" type="impl:DemandeCreation"/>
......
349 371
          <element name="codefuvvoiesecante" nillable="true" type="xsd:string"/>
350 372
          <element name="coderivolivoie" nillable="true" type="xsd:string"/>
351 373
          <element name="coderivolivoiesecante" nillable="true" type="xsd:string"/>
352 374
          <element name="commune" nillable="true" type="xsd:string"/>
353 375
          <element name="complement" nillable="true" type="xsd:string"/>
354 376
          <element name="numerovoie" nillable="true" type="xsd:string"/>
355 377
          <element name="voie" nillable="true" type="xsd:string"/>
356 378
          <element name="voiesecante" nillable="true" type="xsd:string"/>
379
          <element name="xgeoloc" nillable="true" type="xsd:string"/>
380
          <element name="ygeoloc" nillable="true" type="xsd:string"/>
357 381
        </sequence>
358 382
      </complexType>
359 383
      <complexType name="Transmetteur">
360 384
        <complexContent>
361 385
          <extension base="impl:Contact">
362 386
            <sequence>
363 387
              <element name="service" nillable="true" type="xsd:string"/>
364 388
            </sequence>
......
392 416
        <complexContent>
393 417
          <extension base="impl:ReponseEtat">
394 418
            <sequence>
395 419
              <element name="application" nillable="true" type="xsd:string"/>
396 420
            </sequence>
397 421
          </extension>
398 422
        </complexContent>
399 423
      </complexType>
424
      <element name="confirmer">
425
        <complexType>
426
          <sequence>
427
            <element name="demandeConfirmation" type="impl:DemandeConfirmation"/>
428
          </sequence>
429
        </complexType>
430
      </element>
431
      <complexType name="DemandeConfirmation">
432
        <sequence>
433
          <element name="nbconfirmation" nillable="true" type="xsd:string"/>
434
          <element name="idDemande" nillable="true" type="xsd:string"/>
435
          <element name="idGreco" nillable="true" type="xsd:string"/>
436
        </sequence>
437
      </complexType>
438
      <element name="confirmerResponse">
439
        <complexType>
440
          <sequence>
441
            <element name="confirmerReturn" type="impl:ReponseConfirmation"/>
442
          </sequence>
443
        </complexType>
444
      </element>
400 445
    </schema>
401 446
  </wsdl:types>
402
  <wsdl:message name="getListOrganismeResponse">
403
    <wsdl:part element="impl:getListOrganismeResponse" name="parameters"/>
404
  </wsdl:message>
405
  <wsdl:message name="ajouterComplementInformationRequest">
406
    <wsdl:part element="impl:ajouterComplementInformation" name="parameters"/>
407
  </wsdl:message>
408
  <wsdl:message name="getListDemandeRequest">
409
    <wsdl:part element="impl:getListDemande" name="parameters"/>
447
  <wsdl:message name="confirmerRequest">
448
    <wsdl:part element="impl:confirmer" name="parameters"/>
410 449
  </wsdl:message>
411 450
  <wsdl:message name="getContenuDossierRequest">
412 451
    <wsdl:part element="impl:getContenuDossier" name="parameters"/>
413 452
  </wsdl:message>
414
  <wsdl:message name="relancerRequest">
415
    <wsdl:part element="impl:relancer" name="parameters"/>
453
  <wsdl:message name="getListDemandeResponse">
454
    <wsdl:part element="impl:getListDemandeResponse" name="parameters"/>
455
  </wsdl:message>
456
  <wsdl:message name="getContenuDossierResponse">
457
    <wsdl:part element="impl:getContenuDossierResponse" name="parameters"/>
458
  </wsdl:message>
459
  <wsdl:message name="getListDemandeRequest">
460
    <wsdl:part element="impl:getListDemande" name="parameters"/>
416 461
  </wsdl:message>
417 462
  <wsdl:message name="creerRequest">
418 463
    <wsdl:part element="impl:creer" name="parameters"/>
419 464
  </wsdl:message>
420
  <wsdl:message name="getListOrganismeRequest">
421
    <wsdl:part element="impl:getListOrganisme" name="parameters"/>
465
  <wsdl:message name="confirmerResponse">
466
    <wsdl:part element="impl:confirmerResponse" name="parameters"/>
467
  </wsdl:message>
468
  <wsdl:message name="attachmentTestRequest">
469
    <wsdl:part element="impl:attachmentTest" name="parameters"/>
470
  </wsdl:message>
471
  <wsdl:message name="ajouterComplementInformationRequest">
472
    <wsdl:part element="impl:ajouterComplementInformation" name="parameters"/>
473
  </wsdl:message>
474
  <wsdl:message name="getListOrganismeResponse">
475
    <wsdl:part element="impl:getListOrganismeResponse" name="parameters"/>
422 476
  </wsdl:message>
423 477
  <wsdl:message name="communicationTestRequest">
424 478
    <wsdl:part element="impl:communicationTest" name="parameters"/>
425 479
  </wsdl:message>
426
  <wsdl:message name="relancerResponse">
427
    <wsdl:part element="impl:relancerResponse" name="parameters"/>
428
  </wsdl:message>
429 480
  <wsdl:message name="ajouterComplementInformationResponse">
430 481
    <wsdl:part element="impl:ajouterComplementInformationResponse" name="parameters"/>
431 482
  </wsdl:message>
432
  <wsdl:message name="getContenuDossierResponse">
433
    <wsdl:part element="impl:getContenuDossierResponse" name="parameters"/>
483
  <wsdl:message name="relancerRequest">
484
    <wsdl:part element="impl:relancer" name="parameters"/>
434 485
  </wsdl:message>
435
  <wsdl:message name="attachmentTestResponse">
436
    <wsdl:part element="impl:attachmentTestResponse" name="parameters"/>
486
  <wsdl:message name="getMailRequest">
487
    <wsdl:part element="impl:getMail" name="parameters"/>
488
  </wsdl:message>
489
  <wsdl:message name="getListOrganismeRequest">
490
    <wsdl:part element="impl:getListOrganisme" name="parameters"/>
437 491
  </wsdl:message>
438 492
  <wsdl:message name="consulterRequest">
439 493
    <wsdl:part element="impl:consulter" name="parameters"/>
440 494
  </wsdl:message>
441
  <wsdl:message name="attachmentTestRequest">
442
    <wsdl:part element="impl:attachmentTest" name="parameters"/>
443
  </wsdl:message>
444 495
  <wsdl:message name="creerResponse">
445 496
    <wsdl:part element="impl:creerResponse" name="parameters"/>
446 497
  </wsdl:message>
447
  <wsdl:message name="getListDemandeResponse">
448
    <wsdl:part element="impl:getListDemandeResponse" name="parameters"/>
449
  </wsdl:message>
450
  <wsdl:message name="getMailRequest">
451
    <wsdl:part element="impl:getMail" name="parameters"/>
452
  </wsdl:message>
453 498
  <wsdl:message name="communicationTestResponse">
454 499
    <wsdl:part element="impl:communicationTestResponse" name="parameters"/>
455 500
  </wsdl:message>
456
  <wsdl:message name="consulterResponse">
457
    <wsdl:part element="impl:consulterResponse" name="parameters"/>
458
  </wsdl:message>
459 501
  <wsdl:message name="getMailResponse">
460 502
    <wsdl:part element="impl:getMailResponse" name="parameters"/>
461 503
  </wsdl:message>
504
  <wsdl:message name="attachmentTestResponse">
505
    <wsdl:part element="impl:attachmentTestResponse" name="parameters"/>
506
  </wsdl:message>
507
  <wsdl:message name="relancerResponse">
508
    <wsdl:part element="impl:relancerResponse" name="parameters"/>
509
  </wsdl:message>
510
  <wsdl:message name="consulterResponse">
511
    <wsdl:part element="impl:consulterResponse" name="parameters"/>
512
  </wsdl:message>
462 513
  <wsdl:portType name="Mairies">
463 514
    <wsdl:operation name="ajouterComplementInformation">
464 515
      <wsdl:input message="impl:ajouterComplementInformationRequest" name="ajouterComplementInformationRequest"/>
465 516
      <wsdl:output message="impl:ajouterComplementInformationResponse" name="ajouterComplementInformationResponse"/>
466 517
    </wsdl:operation>
467 518
    <wsdl:operation name="attachmentTest">
468 519
      <wsdl:input message="impl:attachmentTestRequest" name="attachmentTestRequest"/>
469 520
      <wsdl:output message="impl:attachmentTestResponse" name="attachmentTestResponse"/>
......
495 546
    <wsdl:operation name="getContenuDossier">
496 547
      <wsdl:input message="impl:getContenuDossierRequest" name="getContenuDossierRequest"/>
497 548
      <wsdl:output message="impl:getContenuDossierResponse" name="getContenuDossierResponse"/>
498 549
    </wsdl:operation>
499 550
    <wsdl:operation name="creer">
500 551
      <wsdl:input message="impl:creerRequest" name="creerRequest"/>
501 552
      <wsdl:output message="impl:creerResponse" name="creerResponse"/>
502 553
    </wsdl:operation>
554
    <wsdl:operation name="confirmer">
555
      <wsdl:input message="impl:confirmerRequest" name="confirmerRequest"/>
556
      <wsdl:output message="impl:confirmerResponse" name="confirmerResponse"/>
557
    </wsdl:operation>
503 558
  </wsdl:portType>
504 559
  <wsdl:binding name="MairiesSoapBinding" type="impl:Mairies">
505 560
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
506 561
    <wsdl:operation name="ajouterComplementInformation">
507 562
      <wsdlsoap:operation soapAction=""/>
508 563
      <wsdl:input name="ajouterComplementInformationRequest">
509 564
        <wsdlsoap:body use="literal"/>
510 565
      </wsdl:input>
......
588 643
      <wsdlsoap:operation soapAction=""/>
589 644
      <wsdl:input name="creerRequest">
590 645
        <wsdlsoap:body use="literal"/>
591 646
      </wsdl:input>
592 647
      <wsdl:output name="creerResponse">
593 648
        <wsdlsoap:body use="literal"/>
594 649
      </wsdl:output>
595 650
    </wsdl:operation>
651
    <wsdl:operation name="confirmer">
652
      <wsdlsoap:operation soapAction=""/>
653
      <wsdl:input name="confirmerRequest">
654
        <wsdlsoap:body use="literal"/>
655
      </wsdl:input>
656
      <wsdl:output name="confirmerResponse">
657
        <wsdlsoap:body use="literal"/>
658
      </wsdl:output>
659
    </wsdl:operation>
596 660
  </wsdl:binding>
597 661
  <wsdl:service name="MairiesService">
598 662
    <wsdl:port binding="impl:MairiesSoapBinding" name="Mairies">
599
      <wsdlsoap:address location="https://api.grandlyon.com/grc-pro/1.0.0"/>
663
      <wsdlsoap:address location="http://grc-rec.grandlyon.fr/greco/services/Mairies"/>
600 664
    </wsdl:port>
601 665
  </wsdl:service>
602 666
</wsdl:definitions>
603
-