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
|
- SOAP Apache 2.2 and header blocks. Cyril Vidal
- Re: Accessing web service from an applet John Kirksey
- Re: Accessing web service from an applet Alex Dovlecel
- Re: Accessing web service from an applet Scott Nichol
- Re: Accessing web service from an applet Scott Nichol
- Re: Accessing web service from an applet John Kirksey
- Re: Accessing web service from an applet John Kirksey
- Re: Accessing web service from an appl... Scott Nichol
- Re: Accessing web service from an applet Tom Myers
- Re: SOAP Apache 2.2 and header blocks. Scott Nichol
- Re: SOAP Apache 2.2 and header blocks. Cyril Vidal
- Re: SOAP Apache 2.2 and header blocks. Scott Nichol