Hi Currently using an Applet to connect to a .NET Web service, Created client side stubs using "axis" however If I run the Applet in IDE I have no problems connecting and getting info from Web service. However if i run the signed Applet from Browser I get exception below. I have read other posts that say to extract the "client-config.wsdd" file from the "axis.jar" and place the files your jar file and so on. I have tried these but still have the same exception being thrown. Has anyone got this to work and if so how??, BTW Thanks in advance
log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. Exception loading MailExt java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd read) java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd read) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source) at java.lang.SecurityManager.checkRead(Unknown Source) at java.io.File.canRead(Unknown Source) at org.apache.axis.configuration.FileProvider.check(FileProvider.java:147) at org.apache.axis.configuration.FileProvider.<init>(FileProvider.java:115) at org.apache.axis.configuration.EngineConfigurationFactoryDefault.getClientEng ineConfig(EngineConfigurationFactoryDefault.java:144) at org.apache.axis.client.Service.getEngineConfiguration(Service.java:801) at org.apache.axis.client.Service.getAxisClient(Service.java:143) at org.apache.axis.client.Service.<init>(Service.java:152) -------------------------------------------------------------------------------------------- The statements and opinions expressed here are my own and may not represent those of the company. This e-mail is subject to copyright and the information in it is confidential. It is intended only for the named recipient. You are advised not to disclose the contents of this e-mail to another person or take copies of it. ---------------------------------------------------------------------------------------------
