passerelle/tests/data/toulouse_maelis/Q_create_person.xml

43 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>maelis-webservice</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">maelis-password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body>
<ns0:updateFamily xmlns:ns0="family.ws.maelis.sigec.com">
<dossierNumber>1312</dossierNumber>
<categorie>BI</categorie>
<situation>M</situation>
<emergencyPersonList>
<personList>
<numPerson>614059</numPerson>
<firstname>KENY</firstname>
<lastname>ARKANA</lastname>
<dateBirth>1970-01-01</dateBirth>
<quality>MERE</quality>
<contact>
<phone>0123456789</phone>
</contact>
</personList>
<personList>
<civility/>
<firstname>Mathias</firstname>
<lastname>Cassel</lastname>
<dateBirth>1972-01-01</dateBirth>
<quality>PERE</quality>
<contact>
<phone/>
<mobile>0623456789</mobile>
<mail/>
</contact>
</personList>
</emergencyPersonList>
</ns0:updateFamily>
</soap-env:Body>
</soap-env:Envelope>