Forum Discussion

Cooly12's avatar
Cooly12
Occasional Contributor
5 years ago
Solved

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...
  • nmrao's avatar
    5 years ago
    Please remove line 3 and see. not sure what you are trying.
  • nmrao's avatar
    nmrao
    5 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")