Projet

Général

Profil

0004-toulouse-maelis-reorder-name-fields-on-test-soap-rep.patch

Nicolas Roche, 24 novembre 2022 11:14

Télécharger (7,21 ko)

Voir les différences:

Subject: [PATCH 4/6] toulouse-maelis: reorder name fields on test soap replies
 (#71641)

 tests/data/toulouse_maelis/Q_create_family.xml | 2 +-
 tests/data/toulouse_maelis/Q_create_rl1.xml    | 2 +-
 tests/data/toulouse_maelis/Q_create_rl2.xml    | 2 +-
 tests/data/toulouse_maelis/Q_update_child.xml  | 2 +-
 tests/data/toulouse_maelis/Q_update_family.xml | 4 ++--
 tests/data/toulouse_maelis/Q_update_rl1.xml    | 2 +-
 tests/data/toulouse_maelis/Q_update_rl2.xml    | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
tests/data/toulouse_maelis/Q_create_family.xml
8 8
      </wsse:UsernameToken>
9 9
    </wsse:Security>
10 10
  </soap-env:Header>
11 11
  <soap-env:Body>
12 12
    <ns0:createFamily xmlns:ns0="family.ws.maelis.sigec.com">
13 13
      <category>ACCEUI</category>
14 14
      <situation>C</situation>
15 15
      <rl1>
16
        <lastname>Doe</lastname>
17 16
        <firstname>Jhon</firstname>
17
        <lastname>Doe</lastname>
18 18
        <quality>AU</quality>
19 19
        <civility>M.</civility>
20 20
        <dateBirth>1938-07-26</dateBirth>
21 21
        <adresse>
22 22
          <numComp>B</numComp>
23 23
          <street1>Chateau</street1>
24 24
          <town>Paris</town>
25 25
          <zipcode>75014</zipcode>
tests/data/toulouse_maelis/Q_create_rl1.xml
8 8
      </wsse:UsernameToken>
9 9
    </wsse:Security>
10 10
  </soap-env:Header>
11 11
  <soap-env:Body>
12 12
    <ns0:createFamily xmlns:ns0="family.ws.maelis.sigec.com">
13 13
      <category>ACCEUI</category>
14 14
      <situation>C</situation>
15 15
      <rl1>
16
        <lastname>Doe</lastname>
17 16
        <firstname>Jhon</firstname>
17
        <lastname>Doe</lastname>
18 18
        <quality>AU</quality>
19 19
        <civility>M.</civility>
20 20
        <dateBirth>1938-07-26</dateBirth>
21 21
        <adresse>
22 22
          <street1>Chateau</street1>
23 23
          <town>Paris</town>
24 24
          <zipcode>75014</zipcode>
25 25
        </adresse>
tests/data/toulouse_maelis/Q_create_rl2.xml
10 10
  <soap-env:Body>
11 11
    <ns0:updateFamily xmlns:ns0="family.ws.maelis.sigec.com">
12 12
      <dossierNumber>1312</dossierNumber>
13 13
      <category>BI</category>
14 14
      <situation>M</situation>
15 15
      <flagCom>true</flagCom>
16 16
      <nbChild>2</nbChild>
17 17
      <rl2>
18
        <lastname>DOE</lastname>
19 18
        <firstname>JANE</firstname>
19
        <lastname>DOE</lastname>
20 20
        <quality>MERE</quality>
21 21
        <civility>MME</civility>
22 22
        <dateBirth>1940-06-22</dateBirth>
23 23
        <adresse>
24 24
          <num>170</num>
25 25
          <street1>Chateau d'eau</street1>
26 26
          <town>Paris</town>
27 27
          <zipcode>75014</zipcode>
tests/data/toulouse_maelis/Q_update_child.xml
11 11
    <ns0:updateFamily xmlns:ns0="family.ws.maelis.sigec.com">
12 12
      <dossierNumber>1312</dossierNumber>
13 13
      <category>BI</category>
14 14
      <situation>M</situation>
15 15
      <flagCom>true</flagCom>
16 16
      <nbChild>2</nbChild>
17 17
      <childList>
18 18
        <num>613880</num>
19
        <lastname>DOE</lastname>
20 19
        <firstname>JANNIS</firstname>
20
        <lastname>DOE</lastname>
21 21
        <sexe>F</sexe>
22 22
        <birth>
23 23
          <dateBirth>1943-01-19</dateBirth>
24 24
          <place>Port Arthur</place>
25 25
        </birth>
26 26
        <bPhoto>true</bPhoto>
27 27
        <bLeaveAlone>false</bLeaveAlone>
28 28
      </childList>
tests/data/toulouse_maelis/Q_update_family.xml
9 9
    </wsse:Security>
10 10
  </soap-env:Header>
11 11
  <soap-env:Body>
12 12
    <ns0:updateFamily xmlns:ns0="family.ws.maelis.sigec.com">
13 13
      <dossierNumber>1312</dossierNumber>
14 14
      <category>BI</category>
15 15
      <situation>C</situation>
16 16
      <rl1>
17
        <lastname>Doe</lastname>
18 17
        <firstname>Jhon</firstname>
18
        <lastname>Doe</lastname>
19 19
        <quality>AU</quality>
20 20
        <civility>M.</civility>
21 21
        <dateBirth>1938-07-26</dateBirth>
22 22
        <adresse>
23 23
          <numComp>B</numComp>
24 24
          <street1>Chateau</street1>
25 25
          <town>Paris</town>
26 26
          <zipcode>75014</zipcode>
......
28 28
        <profession>
29 29
          <codeCSP>ART</codeCSP>
30 30
        </profession>
31 31
        <CAFInfo>
32 32
          <organ>A10007752822</organ>
33 33
        </CAFInfo>
34 34
      </rl1>
35 35
      <childList>
36
        <lastname>Zimmerman</lastname>
37 36
        <firstname>Robert</firstname>
37
        <lastname>Zimmerman</lastname>
38 38
        <sexe>M</sexe>
39 39
        <birth>
40 40
          <dateBirth>1941-05-24</dateBirth>
41 41
          <place>Duluth</place>
42 42
        </birth>
43 43
        <dietcode>RSV</dietcode>
44 44
        <medicalRecord>
45 45
          <vaccinList>
tests/data/toulouse_maelis/Q_update_rl1.xml
12 12
    <ns0:updateFamily xmlns:ns0="family.ws.maelis.sigec.com">
13 13
      <dossierNumber>1312</dossierNumber>
14 14
      <category>BI</category>
15 15
      <situation>M</situation>
16 16
      <flagCom>true</flagCom>
17 17
      <nbChild>2</nbChild>
18 18
      <rl1>
19 19
        <num>613878</num>
20
        <lastname>Doe</lastname>
21 20
        <firstname>Jhonny</firstname>
21
        <lastname>Doe</lastname>
22 22
        <quality>PERE</quality>
23 23
        <civility>M.</civility>
24 24
        <dateBirth>1943-06-15</dateBirth>
25 25
        <adresse>
26 26
          <num>170</num>
27 27
          <street1>Chateau d'eau</street1>
28 28
          <town>Paris</town>
29 29
          <zipcode>75014</zipcode>
tests/data/toulouse_maelis/Q_update_rl2.xml
11 11
    <ns0:updateFamily xmlns:ns0="family.ws.maelis.sigec.com">
12 12
      <dossierNumber>1312</dossierNumber>
13 13
      <category>BI</category>
14 14
      <situation>M</situation>
15 15
      <flagCom>true</flagCom>
16 16
      <nbChild>2</nbChild>
17 17
      <rl2>
18 18
        <num>613879</num>
19
        <lastname>DOE</lastname>
20 19
        <firstname>JANE</firstname>
20
        <lastname>DOE</lastname>
21 21
        <quality>MERE</quality>
22 22
        <civility>MME</civility>
23 23
        <dateBirth>1940-06-22</dateBirth>
24 24
        <adresse>
25 25
          <num>170</num>
26 26
          <street1>Chateau d'eau</street1>
27 27
          <town>Paris</town>
28 28
          <zipcode>75014</zipcode>
29
-