Hello, I am new to Java web services; all of my experience is with Microsoft's SOAP toolkit.
 
Is it possible to access a web service from an applet? I am a part time Information Systems student, and I want to have an applet that connects to a stock quote service (among other things).
 
I have installed the Apache toolkit and tested the sample stock quote client, and it works perfectly. I have even used several other web services on Xmethods.com, each successfully. When I convert the code to an applet, I am now getting:
 
java.security.AccessControlException: access denied (java.net.SocketPermission 66.28.98.121:9090 connect,resolve)
 
How can I overcome this?
 
Thanks in advance,
 
John Kirksey
 

Reply via email to