Cooly12
6 years agoOccasional Contributor
SoapUI compilation
 Hello Everybody .     first of all thank you for giving me the possibility to anderstand the Bugs and the resolution.  but my script still not work as goot at all.  I have a new bug at line 83.  I wi...
- 6 years agoPlease remove line 3 and see. not sure what you are trying.
 - 6 years ago
The method is used with single argument which is not available in the API;
setPropertyValue("Request")But the method needs two arguments
//Property name, and value setPropertyValue("Request", "request data......bla")