embaka

Untitled

Feb 24th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope
  3. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  4. xmlns:ns1="http://www.fadata.bg/Insurance_Messages/v1.1/xml/"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6. <SOAP-ENV:Header>
  7. <wsse:Security
  8. xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" SOAP-ENV:mustUnderstand="1">
  9. <wsse:UsernameToken>
  10. <wsse:Username>MTPLG_USRWS</wsse:Username>
  11. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MTPLG_USRWS</wsse:Password>
  12. <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">bK1GpEMSg6fRkFTUrvvdAbyJSZesCHCApLrsNG3S1SY=</wsse:Nonce>
  13. <wsu:Created
  14. xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2021-02-24T09:04:11Z
  15. </wsu:Created>
  16. </wsse:UsernameToken>
  17. </wsse:Security>
  18. </SOAP-ENV:Header>
  19. <SOAP-ENV:Body>
  20. <InsuranceSvc xsi:type="ns1:InsuranceSvc_Type">
  21. <ns1:InsuranceSvcRq>
  22. <ns1:ModifyObjectCarRq>
  23. <ns1:ObjectID>5000923387</ns1:ObjectID>
  24. <ns1:OCar>
  25. <ns1:Model>120E</ns1:Model>
  26. <ns1:Make>IVECO</ns1:Make>
  27. <ns1:CarUsage>1</ns1:CarUsage>
  28. <ns1:SeatsNum>5</ns1:SeatsNum>
  29. <ns1:PaintType>1</ns1:PaintType>
  30. <ns1:ProdYear>2021</ns1:ProdYear>
  31. <ns1:CarAge>0</ns1:CarAge>
  32. <ns1:ProdType>2</ns1:ProdType>
  33. <ns1:Tonage>1.5</ns1:Tonage>
  34. <ns1:EngineType>1</ns1:EngineType>
  35. <ns1:FuelType>B</ns1:FuelType>
  36. <ns1:CustomProperties>
  37. <ns1:CustomProperty>
  38. <ns1:FieldName>OCP8</ns1:FieldName>
  39. <ns1:ProductCode>6701</ns1:ProductCode>
  40. <ns1:Value>02-02-2021</ns1:Value>
  41. </ns1:CustomProperty>
  42. </ns1:CustomProperties>
  43. </ns1:OCar>
  44. </ns1:ModifyObjectCarRq>
  45. </ns1:InsuranceSvcRq>
  46. </InsuranceSvc>
  47. </SOAP-ENV:Body>
  48. </SOAP-ENV:Envelope>
Add Comment
Please, Sign In to add comment