search for: flow4

Displaying 2 results from an estimated 2 matches for "flow4".

Did you mean: flow
2008 May 21
1
Testing REST webservices? (Not Rails)
...orkflow text/xml Result: 200 OK <?xml version="1.0"?> <workflows> <workflow>flow1</workflow> <workflow>flow2</workflow> <workflow>flow3</workflow> </workflows> POST http://localhost/workflow?name=flow4 text/xml Data: <?xml version="1.0"?> <workflow> <monitor type="page" priority="0"> <provides result="test"/> </monitor> <process command="test" id="test" weight...
2008 May 21
2
RSpec for testing REST webservices? (Not Rails)
...orkflow text/xml Result: 200 OK <?xml version="1.0"?> <workflows> <workflow>flow1</workflow> <workflow>flow2</workflow> <workflow>flow3</workflow> </workflows> POST http://localhost/workflow?name=flow4 text/xml Data: <?xml version="1.0"?> <workflow> <monitor type="page" priority="0"> <provides result="test"/> </monitor> <process command="test" id="test" weight...