RE: Accessing a Java Axis2 web service from C++ code

2009-12-09 Thread Vadim Letitchevski
I use FIFO pipe

Vadim.



From: Moley Harey [mailto:moleyha...@gmail.com]
Sent: Tuesday, September 01, 2009 5:59 AM
To: axis-user@ws.apache.org
Subject: Re: Accessing a Java Axis2 web service from C++ code

Thanks a lot Amila, I am going to check that!!

2009/9/1 Amila Suriarachchi 
amilasuriarach...@gmail.commailto:amilasuriarach...@gmail.com


On Tue, Sep 1, 2009 at 1:43 PM, Moley Harey 
moleyha...@gmail.commailto:moleyha...@gmail.com 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/



Re: Accessing a Java Axis2 web service from C++ code

2009-09-01 Thread Amila Suriarachchi
On Tue, Sep 1, 2009 at 1:43 PM, Moley Harey moleyha...@gmail.com 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/


Re: Accessing a Java Axis2 web service from C++ code

2009-09-01 Thread Moley Harey
Thanks a lot Amila, I am going to check that!!

2009/9/1 Amila Suriarachchi amilasuriarach...@gmail.com



 On Tue, Sep 1, 2009 at 1:43 PM, Moley Harey moleyha...@gmail.com 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/