Oh, up until 1 am last night with this issue.
I ran a wsdl2java against the stitches webservice and have a nice suite of classes that I can use to connect o stitches. i created a groovy class to instantiate the client, and it WILL NOT compile.
Turns out the the wsdl2java generated a lowercase classtype "stitches" which is an interface.
Hence, while this would compile in java, it does not compile in groovy
stitches mystitches = null
Posted the issue on the groovy list... Hopefully someone will at least give me an idea of how to proceed.