Hi folks, I have implemented an Axis2 web service in Java and I need to access its public methods from a C++ code.
When I generate the Axis2 web service I generate too a client.jar library that is used as the interface to access the Java Web Service from other Java classes that just have to import that library, but from C++ how can I do that? Do I have to implement a JNI interface with the client.jar classes to do that? Has anyone tried to access a Java Axis2 web service using C++? Any examples? Thanks in advance, Mh
