embaka

Untitled

Mar 10th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 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. <ModifyObjectCarRq>
  24. <ObjectID>5003199273</ObjectID>
  25. <OCar>
  26. <CarUsage>1</CarUsage>
  27. <SeatsNum>5</SeatsNum>
  28. <DoorNum>3</DoorNum>
  29. <PaintType>1</PaintType>
  30. <ProdType>2</ProdType>
  31. <ProdYear>2020</ProdYear>
  32. <Model>ADAM</Model>
  33. <Make>OPEL</Make>
  34. <Modification>1.0 ECOFLEX START/STOP BLACK JACK</Modification>
  35. <CarAge>0</CarAge>
  36. <FuelType>B</FuelType>
  37. <EnginePower>90</EnginePower>
  38. <Tonage>1.5</Tonage>
  39. <EngineType>1</EngineType>
  40. <CustomProperties>
  41. <CustomProperty>
  42. <FieldName>OCP8</FieldName>
  43. <ProductCode>6700</ProductCode>
  44. <Value>18-03-2014</Value>
  45. </CustomProperty>
  46. </CustomProperties>
  47. </OCar>
  48. </ModifyObjectCarRq>
  49. </InsuranceSvcRq>
  50. </InsuranceSvc>
  51. </env:Body>
  52. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment