hello, how can i establish connection to the Web Service[Tomcat/Axis] from Java Applet
because when i'm trying to do so, i'm getting : java.security.AccessControlException: access denied (java.util.PropertyPermission java.protocol.handler.pkgs read) i've tried to modify & apply "catalina.policy" file but failed to do so earlier my application crashes on : new org.apache.axis.client.Service(); & after applying security, it is crashing on : mService.createCall(); pl. suggest what concrete steps i take to make call to Web Service through Applet. how can we make it possible through javascript regards VINK