rayne5446
16 years agoNew Contributor
groovy imports
Hey all,
Dumb question here. Just getting started with groovy scripting.
In your SOAP requests, is there a way to group imports so you don't have to prefix all your statements with the package name? Right now, I have to put "mypackage.utils" in front of everything. I'd really like to do this import somewhere else.
{= mypackage.utils.SimpleCorrelatorFactory.getCorrelator() }
Dumb question here. Just getting started with groovy scripting.
In your SOAP requests, is there a way to group imports so you don't have to prefix all your statements with the package name? Right now, I have to put "mypackage.utils" in front of everything. I'd really like to do this import somewhere else.
{= mypackage.utils.SimpleCorrelatorFactory.getCorrelator() }