Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.47 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2001/12/soap-envelope" SOAPENV:encodingStyle="http://www.w3.org/2001/12/soap-encoding" >
  3.     <SOAP-ENV:Body xmlns:lle="http://www.xyz.org/lifelogevents" >
  4.         <lle:Event>
  5.             <lle:eventid>ID1</lle:eventid>
  6.             <lle:tweet>
  7.                 <lle:text>This is some tweet in my day</lle:text>
  8.                 <lle:location>
  9.                     <lle:lat>999</lle:lat>
  10.                     <lle:long>999</lle:long>
  11.                 </lle:location>
  12.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  13.             </lle:tweet>
  14.         </lle:Event>
  15.         <lle:Event>
  16.             <lle:eventid>ID2</lle:eventid>
  17.             <lle:facebook-status-update>
  18.                 <lle:text>This is some status update in my day</lle:text>
  19.                 <lle:location>
  20.                     <lle:lat>999</lle:lat>
  21.                     <lle:long>999</lle:long>
  22.                 </lle:location>
  23.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  24.             </lle:facebook-status-update>
  25.         </lle:Event>
  26.         <lle:Event>
  27.             <lle:eventid>ID3</lle:eventid>
  28.             <lle:photo>
  29.                 <lle:filepath>/photos/image.jpg</lle:filepath>
  30.                 <lle:location>
  31.                     <lle:lat>999</lle:lat>
  32.                     <lle:long>999</lle:long>
  33.                 </lle:location>
  34.             </lle:photo>
  35.         </lle:Event>
  36.         <lle:Event>
  37.             <lle:eventid>ID4</lle:eventid>
  38.             <lle:video>
  39.                 <lle:filepath>/videos/film.mp4</lle:filepath>
  40.                 <lle:location>
  41.                     <lle:lat>999</lle:lat>
  42.                     <lle:long>999</lle:long>
  43.                 </lle:location>
  44.                 <lle:start-time>
  45.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  46.                 </lle:start-time>
  47.                 <lle:end-time>
  48.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  49.                 </lle:end-time>
  50.             </lle:video>
  51.         </lle:Event>
  52.         <lle:Event>
  53.             <lle:eventid>ID4</lle:eventid>
  54.             <lle:tracklog>
  55.                 <lle:filepath>/tracklog/track.gpx</lle:filepath>
  56.                 <lle:data>
  57.                     .....
  58.                 </lle:data>
  59.                 <lle:start-time>
  60.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  61.                 </lle:start-time>
  62.                 <lle:end-time>
  63.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  64.                 </lle:end-time>
  65.             </lle:tracklog>
  66.         </lle:Event>
  67.         <lle:Event>
  68.             <lle:eventid>ID5</lle:eventid>
  69.             <lle:video>
  70.                 <lle:filepath>/videos/film2.mp4</lle:filepath>
  71.                 <lle:location>
  72.                     <lle:lat>999</lle:lat>
  73.                     <lle:long>999</lle:long>
  74.                 </lle:location>
  75.                 <lle:start-time>
  76.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  77.                 </lle:start-time>
  78.                 <lle:end-time>
  79.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  80.                 </lle:end-time>
  81.             </lle:video>
  82.         </lle:Event>
  83.         <lle:Event>
  84.             <lle:eventid>ID5</lle:eventid>
  85.             <lle:tracklog>
  86.                 <lle:filepath>/tracklog/track2.gpx</lle:filepath>
  87.                 <lle:data>
  88.                     .....
  89.                 </lle:data>
  90.                 <lle:start-time>
  91.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  92.                 </lle:start-time>
  93.                 <lle:end-time>
  94.                     <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  95.                 </lle:end-time>
  96.             </lle:tracklog>
  97.         </lle:Event>
  98.         <lle:Event>
  99.             <lle:eventid>ID6</lle:eventid>
  100.             <lle:tweet>
  101.                 <lle:text>This is another tweet in another day</lle:text>
  102.                 <lle:location>
  103.                     <lle:lat>999</lle:lat>
  104.                     <lle:long>999</lle:long>
  105.                 </lle:location>
  106.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  107.             </lle:tweet>
  108.         </lle:Event>
  109.         <lle:Event>
  110.             <lle:eventid>ID7</lle:eventid>
  111.             <lle:facebook-status-update>
  112.                 <lle:text>This is another status update in another day</lle:text>
  113.                 <lle:location>
  114.                     <lle:lat>999</lle:lat>
  115.                     <lle:long>999</lle:long>
  116.                 </lle:location>
  117.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  118.             </lle:facebook-status-update>
  119.         </lle:Event>
  120.         <lle:Event>
  121.             <lle:eventid>ID8</lle:eventid>
  122.             <lle:photo>
  123.                 <lle:filepath>/photos/image2.jpg</lle:filepath>
  124.                 <lle:location>
  125.                     <lle:lat>999</lle:lat>
  126.                     <lle:long>999</lle:long>
  127.                 </lle:location>
  128.             </lle:photo>
  129.         </lle:Event>
  130.         <lle:Event>
  131.             <lle:eventid>ID9</lle:eventid>
  132.             <lle:photo>
  133.                 <lle:filepath>/photos/image3.jpg</lle:filepath>
  134.                 <lle:location>
  135.                     <lle:lat>999</lle:lat>
  136.                     <lle:long>999</lle:long>
  137.                 </lle:location>
  138.             </lle:photo>
  139.         </lle:Event>
  140.         <lle:Event>
  141.             <lle:eventid>ID10</lle:eventid>
  142.             <lle:tweet>
  143.                 <lle:text>I tweeted again</lle:text>
  144.                 <lle:location>
  145.                     <lle:lat>999</lle:lat>
  146.                     <lle:long>999</lle:long>
  147.                 </lle:location>
  148.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  149.             </lle:tweet>
  150.         </lle:Event>
  151.         <lle:Event>
  152.             <lle:eventid>ID11</lle:eventid>
  153.             <lle:facebook-status-update>
  154.                 <lle:text>I updated my status again</lle:text>
  155.                 <lle:location>
  156.                     <lle:lat>999</lle:lat>
  157.                     <lle:long>999</lle:long>
  158.                 </lle:location>
  159.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  160.             </lle:facebook-status-update>
  161.         </lle:Event>
  162.         <lle:Event>
  163.             <lle:eventid>ID12</lle:eventid>
  164.             <lle:photo>
  165.                 <lle:filepath>/photos/image4.jpg</lle:filepath>
  166.                 <lle:location>
  167.                     <lle:lat>999</lle:lat>
  168.                     <lle:long>999</lle:long>
  169.                 </lle:location>
  170.             </lle:photo>
  171.         </lle:Event>
  172.         <lle:Event>
  173.             <lle:eventid>ID13</lle:eventid>
  174.             <lle:photo>
  175.                 <lle:filepath>/photos/image5.jpg</lle:filepath>
  176.                 <lle:location>
  177.                     <lle:lat>999</lle:lat>
  178.                     <lle:long>999</lle:long>
  179.                 </lle:location>
  180.             </lle:photo>
  181.         </lle:Event>
  182.         <lle:Event>
  183.             <lle:eventid>ID14</lle:eventid>
  184.             <lle:facebook-status-update>
  185.                 <lle:text>I updated my status yet again</lle:text>
  186.                 <lle:location>
  187.                     <lle:lat>999</lle:lat>
  188.                     <lle:long>999</lle:long>
  189.                 </lle:location>
  190.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  191.             </lle:facebook-status-update>
  192.         </lle:Event>
  193.         <lle:Event>
  194.             <lle:eventid>ID14</lle:eventid>
  195.             <lle:facebook-status-update>
  196.                 <lle:text>Status update</lle:text>
  197.                 <lle:location>
  198.                     <lle:lat>999</lle:lat>
  199.                     <lle:long>999</lle:long>
  200.                 </lle:location>
  201.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  202.             </lle:facebook-status-update>
  203.         </lle:Event>
  204.         <lle:Event>
  205.             <lle:eventid>ID15</lle:eventid>
  206.             <lle:tweet>
  207.                 <lle:text>I tweeted yet again</lle:text>
  208.                 <lle:location>
  209.                     <lle:lat>999</lle:lat>
  210.                     <lle:long>999</lle:long>
  211.                 </lle:location>
  212.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  213.             </lle:tweet>
  214.         </lle:Event>
  215.         <lle:Event>
  216.             <lle:eventid>ID16</lle:eventid>
  217.             <lle:tweet>
  218.                 <lle:text>I tweet a lot</lle:text>
  219.                 <lle:location>
  220.                     <lle:lat>999</lle:lat>
  221.                     <lle:long>999</lle:long>
  222.                 </lle:location>
  223.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  224.             </lle:tweet>
  225.         </lle:Event>
  226.         <lle:Event>
  227.             <lle:eventid>ID17</lle:eventid>
  228.             <lle:facebook-status-update>
  229.                 <lle:text>Another status update</lle:text>
  230.                 <lle:location>
  231.                     <lle:lat>999</lle:lat>
  232.                     <lle:long>999</lle:long>
  233.                 </lle:location>
  234.                 <lle:datetimestamp>datetimestamp</lle:datetimestamp>
  235.             </lle:facebook-status-update>
  236.         </lle:Event>
  237.         <lle:Event>
  238.             <lle:eventid>ID18</lle:eventid>
  239.             <lle:photo>
  240.                 <lle:filepath>/photos/image6.jpg</lle:filepath>
  241.                 <lle:location>
  242.                     <lle:lat>999</lle:lat>
  243.                     <lle:long>999</lle:long>
  244.                 </lle:location>
  245.             </lle:photo>
  246.         </lle:Event>
  247.         <lle:Event>
  248.             <lle:eventid>ID19</lle:eventid>
  249.             <lle:photo>
  250.                 <lle:filepath>/photos/image7.jpg</lle:filepath>
  251.                 <lle:location>
  252.                     <lle:lat>999</lle:lat>
  253.                     <lle:long>999</lle:long>
  254.                 </lle:location>
  255.             </lle:photo>
  256.         </lle:Event>
  257.         <lle:Event>
  258.             <lle:eventid>ID20</lle:eventid>
  259.             <lle:photo>
  260.                 <lle:filepath>/photos/image8.jpg</lle:filepath>
  261.                 <lle:location>
  262.                     <lle:lat>999</lle:lat>
  263.                     <lle:long>999</lle:long>
  264.                 </lle:location>
  265.             </lle:photo>
  266.         </lle:Event>
  267.     </SOAP-ENV:Body>
  268. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement