I am trying to use a web service in an applet.
For this purpose I tried Apache and Apache2, both with good results, but the problem is that the jar dependencies are too thick for my application (the gang for axis or axis 2 is more than 1.5 MB and the applet is less than 200 KB)
So I will try to use the web Apache CXF service, hoping the banks are at least a little smaller.
Using eclipse creates an empty project and implements applet and blah blah in the main classes, but you need to use the web service wizard to create a web service.
I used this wizard before to use a web service using Axis, but the moment I select other options, I get this message:
**** Apache CXF 2.x web service runtime in Tomcat v7.0 Server does not support client project ****
What am I missing?
I already installed CXF 2.x runtime and Tomcat 7 Server, and, of course, Eclipse Web Tools.
This question How to generate a web service client with Apache CXF in Eclipse Helios? shows a very difficult decision, and he is one year old!
Is there any other way to consume web services in an applet? ksoap2 does not have documentation for complex web services, and ksoap2-android neither
Sorry for the boring question, but any help is greatly appreciated
source
share