Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  3.   <soap:Body>
  4.     <AccountUpdate xmlns="http://smartbenefits.nl/">
  5.       <accountInformation>
  6.         <AccountId>7939593</AccountId>
  7.         <IssuerId>7930365</IssuerId>
  8.         <Account>
  9.           <AccountPerson>
  10.             <Id>7939593</Id>
  11.             <AccountId>7939593</AccountId>
  12.             <FirstName>Marco</FirstName>
  13.             <LastName>Schooten</LastName>
  14.             <BirthDate>1970-08-10T00:00:00</BirthDate>
  15.             <Gender>1</Gender>
  16.           </AccountPerson>
  17.         </Account>
  18.       </accountInformation>
  19.     </AccountUpdate>
  20.   </soap:Body>
  21. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement