embaka

Untitled

Nov 13th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 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. <ChangeClientInfoRq>
  24. <Entity>
  25. <CompanyData>
  26. <CustomerID>825249615</CustomerID>
  27. <ContactPerson>No person</ContactPerson>
  28. <EntityType>2</EntityType>
  29. </CompanyData>
  30. </Entity>
  31. <Contacts>
  32. <Contact>
  33. <Type>MOBILE</Type>
  34. <Details>0888888888</Details>
  35. <Default>Y</Default>
  36. </Contact>
  37. <Contact>
  38. <Type>EMAIL</Type>
  39. <Details>[email protected]</Details>
  40. <Default>Y</Default>
  41. </Contact>
  42. </Contacts>
  43. <Addresses>
  44. <Address>
  45. <Address/>
  46. <AddressType>E</AddressType>
  47. <Country>България</Country>
  48. <CountryCode>BG</CountryCode>
  49. <CountryState>13</CountryState>
  50. <State>ПАЗАРДЖИК</State>
  51. <Region>СЪРНИЦА</Region>
  52. <StateRegion>129</StateRegion>
  53. <City>Медени поляни</City>
  54. <CityCode>3015</CityCode>
  55. <ZipCode>4637</ZipCode>
  56. <ResidentialAddress>
  57. <QuarterName>1</QuarterName>
  58. <StreetName>1</StreetName>
  59. <StreetNo>1</StreetNo>
  60. <BlockNo/>
  61. <Entrance/>
  62. <Floor/>
  63. <Apartment/>
  64. </ResidentialAddress>
  65. </Address>
  66. </Addresses>
  67. <BankAccounts/>
  68. </ChangeClientInfoRq>
  69. </InsuranceSvcRq>
  70. </InsuranceSvc>
  71. </env:Body>
  72. </env:Envelope>
  73.  
Advertisement
Add Comment
Please, Sign In to add comment