test201.txml 689 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <!-- we test that the processor supports the basic http event i/o processor. This is an optional
  3. test since platforms are not required to support basic http event i/o -->
  4. <scxml initial="s0" version="1.0" conf:datamodel="" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
  5. <state id="s0">
  6. <onentry>
  7. <send type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor"
  8. conf:basicHTTPAccessURITarget=""
  9. event="event1"/>
  10. <send event="timeout"/>
  11. </onentry>
  12. <transition event="event1" conf:targetpass=""/>
  13. <transition event="*" conf:targetfail=""/>
  14. </state>
  15. <conf:pass/>
  16. <conf:fail/>
  17. </scxml>