]> git.argeo.org Git - gpl/argeo-slc.git/blob - sandbox/argeo.slc.ws/examples/notification-1.xml
Improve web services
[gpl/argeo-slc.git] / sandbox / argeo.slc.ws / examples / notification-1.xml
1 <slc-execution-steps-request
2 xmlns="http://argeo.org/projects/slc/schemas"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://argeo.org/projects/slc/schemas ../src/main/webapp/WEB-INF/slc.xsd">
5 <steps>
6 <slc-execution-step>
7 <log-lines>
8 <log-line>A log message</log-line>
9 <log-line>and another line</log-line>
10 </log-lines>
11 <type>LOG</type>
12 <begin>2008-04-17T18:21:00.000+02:00</begin>
13 </slc-execution-step>
14 <slc-execution-step>
15 <log-lines>
16 <log-line>A nothe rlog message</log-line>
17 </log-lines>
18 <type>LOG</type>
19 <begin>2008-04-17T18:25:00.000+02:00</begin>
20 </slc-execution-step>
21 </steps>
22 <slc-execution-uuid>
23 11848adc-33cf-4b3d-88c1-3a57486e1906
24 </slc-execution-uuid>
25 </slc-execution-steps-request>