Howdy,
Is it possible to set up a web scenario with XML in the POST request? If so, what's the format for the request? Here's what I'm trying to no avail:
<?xml version='1.0' encoding='utf-8'?><request date='12/12/2012 3:38:02 PM' type='evaluate' project-name='TestService'> <initializers /> <dataset> </dataset> <goals> <goal name='TEST GOAL' /> </goals> <options> <option name='com.testengine.eval.optimistic' value='no' /> <option name='com.testengine.debug.tree' value='off' /> </options></request>
Is it possible to set up a web scenario with XML in the POST request? If so, what's the format for the request? Here's what I'm trying to no avail:
<?xml version='1.0' encoding='utf-8'?><request date='12/12/2012 3:38:02 PM' type='evaluate' project-name='TestService'> <initializers /> <dataset> </dataset> <goals> <goal name='TEST GOAL' /> </goals> <options> <option name='com.testengine.eval.optimistic' value='no' /> <option name='com.testengine.debug.tree' value='off' /> </options></request>
Comment