I succesfully builded a simple Java Web Service (as example you can refer to the "Building simple web service" )
In Eclipse is easy to create a web service clie
As you know, java applets are executed in a sandbox. By default, applets don't have any access to any web resource except from their original servers. Only signed applets can access such kind of resources. Therefore, you should sign your applet.