Forum Discussion
- Hi,
To determine of which type context variable is you can do something like: log.info context.getClass().getName()
And when you know the object class you can search for it in API documentation and see what methods it has. Also
don't forget about super types since their methods are available too.
API doc are on the following address: http://www.soapui.org/apidocs/
Predrag
eviware.com - CARQUESTTechnolContributorThanks. That is what I'm looking for.