Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.7
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows 2000, JVM JVM: 1.5.0_16
-
Number of attachments :
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)
Activity
Alex Wouda
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | error.log [ 39594 ] |
Paul King
made changes -
| 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) |
I get the a package prohibited error when executing the following script:
{code} 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' {code} ( I don't know how to access the local file (shame shame), so I'll hope this will be sufficient to reproduce) |