which extends org.apache.axis.client.Service. I > get the following error:> > > > java.security.AccessControlException: access denied > (java.io.FilePermission client-config.wsdd read)> at > java.security.AccessControlContext.checkPermission(AccessContro
You need to change your security.policy file. So that it reflects io
permission for your class
Dinesh Ganesh wrote:
Hi,
I have written a class which extends
org.apache.axis.client.Service. I get the following error:
java.security.AccessControlException: access denied
Hi,
I have written a class which extends org.apache.axis.client.Service. I get the following error:
java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java(Compiled Code