Advertisement
embaka

Untitled

Jan 23rd, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 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://localhost/insisws/wsrqhandler:7011/schema?insis">
  22. <InsuranceSvcRq>
  23. <RegisterNewClientRq>
  24. <Entity>
  25. <PersonalData>
  26. <PID>4101106050</PID>
  27. <Name>
  28. <Given>Нов</Given>
  29. <Surname>Ново</Surname>
  30. <Family>Новото</Family>
  31. </Name>
  32. <Gender>2</Gender>
  33. <BirthDate>1941-01-10</BirthDate>
  34. </PersonalData>
  35. </Entity>
  36. <EntityType/>
  37. <PID>4101106050</PID>
  38. <Addresses>
  39. <Address>
  40. <AddressType>A</AddressType>
  41. <Country>BULGARIA</Country>
  42. <City>СОФИЯ</City>
  43. <Address>Адрес за кореспонденция</Address>
  44. <ZipCode>1000</ZipCode>
  45. <State>СОФИЯ-ГРАД</State>
  46. <Region>СОФИЯ - ГРАД</Region>
  47. <ResidentialAddress>
  48. <QuarterName/>
  49. <StreetName>.</StreetName>
  50. <StreetNo/>
  51. <BlockNo/>
  52. <Entrance/>
  53. <Floor/>
  54. <Apartment/>
  55. </ResidentialAddress>
  56. </Address>
  57. <Address>
  58. <AddressType>C</AddressType>
  59. <Country>BULGARIA</Country>
  60. <City>СОФИЯ</City>
  61. <Address>Адрес за кореспонденция</Address>
  62. <ZipCode>1000</ZipCode>
  63. <State>СОФИЯ-ГРАД</State>
  64. <Region>СОФИЯ - ГРАД</Region>
  65. </Address>
  66. </Addresses>
  67. <Contacts>
  68. <Contact>
  69. <Type>MOBILE</Type>
  70. <Details>0987654</Details>
  71. <Default>Y</Default>
  72. </Contact>
  73. </Contacts>
  74. </RegisterNewClientRq>
  75. </InsuranceSvcRq>
  76. </InsuranceSvc>
  77. </env:Body>
  78. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement