Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.5.7
-
None
-
None
-
None
-
Windows 2000, JVM JVM: 1.5.0_16
Description
I get the a package prohibited error when executing the following script:
import groovyx.net.ws.WSClient println 'Creating proxy for service' def testProxy = new WSClient("http://localhost:9080/ws/services/WSDHZSProductService?wsdl", this.class.classLoader) def aesClient = testProxy.create() //aesClient.retrieveCP() //aesClient.metaClass.methods.each { //println it //} println 'done'
( I don't know how to access the local file (shame shame), so I'll hope this will be sufficient to reproduce)