Advertisement
embaka

Untitled

Oct 24th, 2017
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <env:Envelope
  3. xmlns:env="http://www.w3.org/2003/05/soap-envelope"
  4. xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
  5. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7. <env:Header>
  8. <wsse:Security
  9. xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
  10. xmlns:env="http://www.w3.org/2003/05/soap-envelope"
  11. xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1">
  12. <wsse:UsernameToken>
  13. <wsse:Username>MTPLG_USRWS</wsse:Username>
  14. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MTPLG_USRWS</wsse:Password>
  15. </wsse:UsernameToken>
  16. </wsse:Security>
  17. </env:Header>
  18. <env:Body>
  19. <InsuranceSvc
  20. xmlns="http://www.fadata.bg/Insurance_Messages/v1.1/xml/"
  21. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fadata.bg/Insurance_Messages/v1.1/xml/ http://10.66.207.16/insisws/wsrqhandler:7011/schema?insis">
  22. <InsuranceSvcRq>
  23. <ChangePersonInfoRq>
  24. <Entity>
  25. <PersonalData>
  26. <Name>
  27. <Given>Емилиян</Given>
  28. <Surname>Николов</Surname>
  29. <Family>Димитров</Family>
  30. </Name>
  31. <PassportData>
  32. <IDType>I</IDType>
  33. <IDNumber>6601661565</IDNumber>
  34. <DateOfIssue>2017-10-04</DateOfIssue>
  35. <PlaceOfIssue>МВР</PlaceOfIssue>
  36. </PassportData>
  37. <PID>8307175665</PID>
  38. <Gender>1</Gender>
  39. <BirthDate>1983-07-17</BirthDate>
  40. <Age>34</Age>
  41. </PersonalData>
  42. </Entity>
  43. <Contacts>
  44. <Contact>
  45. <Type>MOBILE</Type>
  46. <Details>OBJECT.BG TEST</Details>
  47. <Default>Y</Default>
  48. </Contact>
  49. <Contact>
  50. <Type>EMAIL</Type>
  51. <Details>warxcell@gmail.com</Details>
  52. <Default>Y</Default>
  53. </Contact>
  54. </Contacts>
  55. <Addresses>
  56. <Address>
  57. <Country>BULGARIA</Country>
  58. <State>ВЕЛИКО ТЪРНОВО</State>
  59. <Region>ВЕЛИКО ТЪРНОВО</Region>
  60. <City>ВЕЛИКО ТЪРНОВО</City>
  61. <Address>dsadsa</Address>
  62. <ZipCode>5000</ZipCode>
  63. <AddressType>C</AddressType>
  64. </Address>
  65. <Address>
  66. <AddressType>F</AddressType>
  67. <Country>BULGARIA</Country>
  68. <City>ВЕЛИКО ТЪРНОВО</City>
  69. <Address>dsadsa</Address>
  70. <ZipCode>5000</ZipCode>
  71. <State>ВЕЛИКО ТЪРНОВО</State>
  72. <Region>ВЕЛИКО ТЪРНОВО</Region>
  73. </Address>
  74. </Addresses>
  75. </ChangePersonInfoRq>
  76. </InsuranceSvcRq>
  77. </InsuranceSvc>
  78. </env:Body>
  79. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement