Re: applets and ksoap

Stefan Haustein <[email protected]> Sat, 19 Jul 2003 16:59:52 +0200
Newsgroups gmane.comp.java.enhydra.ksoap
Organization University of Dortmund
Message-ID <[email protected]>
Snorre Narum Garmann wrote:

> I’m trying to make an applet using the ksoap stack, but the 
> access/signing thing confuses me.
> 
> Could anyone point me to an example of how to make a simple applet that 
> uses ksoap? With all the jarsigner,  keytool suff that is needed?

Hi,

if you put the applet and the SOAP server on the same host, you do not 
need the access/signing stuff at all: Applets are allowed to connect to 
the host they are downloaded from without extra security effort.

Perhapst that would be the simplest option?

Best,
Stefan