Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <soap:Body>
  2. <soap:Fault>
  3. <soap:Code>
  4. <soap:Value>soap:Sender</soap:Value>
  5. </soap:Code>
  6. <soap:Reason>
  7. <soap:Text xml:lang="en">Could not parse the XML stream.</soap:Text>
  8. </soap:Reason>
  9. <soap:Detail>
  10. <cause>javax.xml.stream.XMLStreamException: cvc-datatype-valid.1.2.1: '' is not a valid value for 'integer'.</cause>
  11. </soap:Detail>
  12. </soap:Fault>
  13.  
  14. ${#RequestID}
  15.  
  16. ${#TestCaseName#RequestID}
  17.  
  18. testRunner.testCase.setPropertyValue(propertyValues[i],values[i])
  19.  
  20. def testStep = testRunner.testCase.getTestStepByName(testStepName)
  21. def result = testStep.run(testRunner,context)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement