Forum Discussion
1 Reply
- redfish4ktc2Super Contributorload the project; then you will have an WsdlProject instance and use getProperties (or other method)
see javadoc: http://www.soapui.org/apidocs/com/eviwa ... oject.html
class Test {
public static void Main(String args[]) {
System.out.println ("print property value here");
}
}