On Tue, Sep 1, 2009 at 1:43 PM, Moley Harey <[email protected]> wrote:
> 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? > you can try with wsfcpp[1] using wsdl2cpp tool. thanks, Amila. [1] http://wso2.org/projects/wsf/cpp > > Thanks in advance, > > Mh > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
