Advertisement
kotvalera83

test2.php

Jul 27th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. $xml_data ='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <notificationdata>
  3.     <dealer>
  4.         <availablePrice>204.0</availablePrice>
  5.         <dealerID>CH03917</dealerID>
  6.         <distance>1015</distance>
  7.         <inventorySource>PV</inventorySource>
  8.         <postalCode>53226</postalCode>
  9.         <qoh>6</qoh>
  10.     </dealer>
  11.     <event>MESSAGE_OFFER_TIMEOUT</event>
  12.     <event_time>2015-01-27T16:59:35.900-06:00</event_time>
  13.     <transactionID>PFm8gDVQ5lrfPwBY5H0fPaf</transactionID>
  14. </notificationdata>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement