Advertisement
embaka

Untitled

Nov 10th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 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>7409107888</PID>
  27. <Name>
  28. <Given>1</Given>
  29. <Surname>2</Surname>
  30. <Family>3</Family>
  31. </Name>
  32. <Gender>1</Gender>
  33. <BirthDate>1974-09-10</BirthDate>
  34. </PersonalData>
  35. </Entity>
  36. <EntityType/>
  37. <PID>7409107888</PID>
  38. <Addresses>
  39. <Address>
  40. <Country>България</Country>
  41. <CountryCode>BG</CountryCode>
  42. <AddressType>C</AddressType>
  43. <CountryState/>
  44. <State/>
  45. <Region/>
  46. <StateRegion/>
  47. <City/>
  48. <CityCode/>
  49. <ZipCode/>
  50. <Address/>
  51. <ResidentialAddress>
  52. <QuarterName/>
  53. <StreetName/>
  54. <StreetNo/>
  55. <BlockNo/>
  56. <Entrance/>
  57. <Floor/>
  58. <Apartment/>
  59. </ResidentialAddress>
  60. </Address>
  61. </Addresses>
  62. <Contacts/>
  63. </RegisterNewClientRq>
  64. </InsuranceSvcRq>
  65. </InsuranceSvc>
  66. </env:Body>
  67. </env:Envelope>
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement