SOAP Server embedded in an applet

Hi,

I did an C++ activex which communicated with a GSOAP Server. Actually, this activex was a GSOAP Server as well because I needed that client was up to date to the last event in the system without polling.

At the moment I would like to translate the client to java ,leaving untouched the server, so I am wondering if it is possible to include a SOAP Server in an applet and which technologies is better use.

Thanks in advance for any tips.....

Bye

Skender

[495 byte] By [skendera] at [2007-10-2 6:22:16]
# 1

I haven't used SOAP in java yet but hope this can help you out a bit:

http://www.google.nl/search?hl=nl&q=site%3Asun.com+%22+javax.xml.soap%22&btnG=Zoeken&meta=

Note that the applet might have to be signed and trusted or some policy set up

in order to use the packages.

Signing applets:

http://forum.java.sun.com/thread.jsp?forum=63&thread=524815

second post and reply 18 for the java class file using doprivileged

http://forum.java.sun.com/thread.jsp?forum=63&thread=409341

4th post explaining how to set up your own policy with your own keystore

Problems?

A Full trace might help us out:

http://forum.java.sun.com/thread.jspa?threadID=656028

harmmeijera at 2007-7-16 13:24:02 > top of Java-index,Security,Signed Applets...