RajaRaja
16 years agoOccasional Contributor
Need to define the SoapUI &Groovy script inbuilt function in to Java coding
Hi All,
I need a help in Define the soapUI & Groovy Script inbuilt function to java program,
Ex:
Context.setproperty('Value','000'); This Function i want to define to the java program,
Kindly refer the Below pgm:
import java.io.FileInputStream;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
class SoapUIPgm
{
public static void main(String[] args) throws Exception
{
Context.setproperty('Value','000');
soapUI.log.info("Java - Groovy")
}
}
i am getting big error message, how to solve this problem,
[align=left:fkb6dp58]Error Message will be
"org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, Script172.groovy: 26: Apparent variable 'context' was found in a static scope but doesn't refer to a local variable, static field or class. Possible causes: You attempted to reference a variable in"[/align:fkb6dp58]
PFA OF Screenshot also,
Regards
Raja
I need a help in Define the soapUI & Groovy Script inbuilt function to java program,
Ex:
Context.setproperty('Value','000'); This Function i want to define to the java program,
Kindly refer the Below pgm:
import java.io.FileInputStream;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
class SoapUIPgm
{
public static void main(String[] args) throws Exception
{
Context.setproperty('Value','000');
soapUI.log.info("Java - Groovy")
}
}
i am getting big error message, how to solve this problem,
[align=left:fkb6dp58]Error Message will be
"org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, Script172.groovy: 26: Apparent variable 'context' was found in a static scope but doesn't refer to a local variable, static field or class. Possible causes: You attempted to reference a variable in"[/align:fkb6dp58]
PFA OF Screenshot also,
Regards
Raja