Re: setting server cert from the api

2009-09-01 Thread Kevin Steves
On Tue, Sep 01, 2009 at 09:05:53AM +0530, Selvaratnam Uthaiyashankar wrote: : You have to create an axutil_property_t* and set the server cert : there. The following snippet is wrong: : : snip : axis2_options_set_property(options, env, AXIS2_SSL_SERVER_CERT, : server_cert_path) : /snip : : It

Re: [AXIS2] converting Calendar for Zulu time zone

2009-09-01 Thread Maier Otto
Wow, this was exactly what I needed. I wonder if I could have found this anywhere in the documentation? Thanks a lot, Otto Original-Nachricht Have a look at end of the ConverterUtil.java[1]. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten

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

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++

Re: Can axis2-1.5 use rampart-1.4

2009-09-01 Thread v2cg4ss
Thanks, it is working now. Nunny wrote: Did you copy all the required jars to axis2 lib ? The jars in the Rampart binary distribution and the bouncy castle / backport-util-concurrent jars. Anyway Rampart 1.5 will be released soon, it will be the compatible version with Axis2 1.5.

[Axis2] Including/referencing external libraries

2009-09-01 Thread Matthias Korn
Hi, my axis2.war 1.4.1 in a Tomcat is running multiple web services who are all accessing the same database and other common stuff. Thus I created a Java class handling all this in one place. I want all web services to use this class. How can I integrate this into my axis2 setup? Where do I put

RE: Where's wsgen and wsimport?

2009-09-01 Thread Meyer, Aaron L.
Isuru, I have another question if you have the time and know the answer. In order to deploy this to another server like Tomcat or JBoss; apparently Axis2.war needs to be deployed (exploded). And I believe jaxws-rt.jar and jaxws-tools.jar go in the 'lib' directory under Axis2.war. But

Re: Axis2 root directory

2009-09-01 Thread st1led
Amila Suriarachchi wrote: On Fri, Aug 28, 2009 at 7:41 PM, st1led xplore...@hotmail.com wrote: Hi folks, i've just installed Axis2 on Ubuntu, but I got a problem. I can't figure out what the root directory of Axis2 server is. I mean, the directory which I can put files that I can

How to disable debug messages for Axis2c APIs

2009-09-01 Thread st1led
Hi folks, I'm trying to develop a program using Axis2c APIs, but I want to get rid of all those annoying messages that flood the terminal when I run my program. How can I do this? I've searched out a bit, but found out solutions regarding options of a component named log4j, that seems to be part

Re: how to skip a Phase?

2009-09-01 Thread Alexis Midon
thanks for proofreading.very much appreciated, Alexis On Mon, Aug 31, 2009 at 9:48 PM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: should be ok msgContext.setProperty(MessageContext.REMOTE_ADDR, request.getRemoteAddr()); it gets the remoteAddress of the httpServletRequest

Problem when invoking a Web service

2009-09-01 Thread Maruko
Hi all, i wrote my first Web service using apache axis2(Eclipse Plugin), a simple operation int addition (int a , int b) my problem is when i create the client, i obtain : org.apache.axis2.AxisFault: For input string: a at

Re: Problem when invoking a Web service

2009-09-01 Thread Amila Suriarachchi
try to use the tcpmon and see the response you get. thanks, Amila. On Wed, Sep 2, 2009 at 7:15 AM, Maruko bsarita...@hotmail.fr wrote: Hi all, i wrote my first Web service using apache axis2(Eclipse Plugin), a simple operation int addition (int a , int b) my problem is when i create the

Re: How to disable debug messages for Axis2c APIs

2009-09-01 Thread Amila Suriarachchi
On Wed, Sep 2, 2009 at 2:34 AM, st1led xplore...@hotmail.com wrote: Hi folks, I'm trying to develop a program using Axis2c APIs, but I want to get rid of all those annoying messages that flood the terminal when I run my program. How can I do this? I've searched out a bit, but found out

Re: Where's wsgen and wsimport?

2009-09-01 Thread Amila Suriarachchi
create the servicejars folder under webapps/axis2/WEB-INF thanks, Amila. On Wed, Sep 2, 2009 at 1:57 AM, Meyer, Aaron L. alme...@magellanhealth.comwrote: Isuru, I have another question if you have the time and know the answer. In order to deploy this to another server like Tomcat or

Re: [Axis2] Including/referencing external libraries

2009-09-01 Thread Amila Suriarachchi
put them to webapps/axis2/WEB-INF/lib thanks Amila. On Wed, Sep 2, 2009 at 1:51 AM, Matthias Korn mat...@binaervarianz.dewrote: Hi,, my axis2.war 1.4.1 in a Tomcat is running multiple web services who are all accessing the same database and other common stuff. Thus I created a Java

How to enable MTOM support

2009-09-01 Thread Partha Pal
Hi, I am writing an axis2 client to get attachment from hosted .NET service. I am a newbie so using the example from http://ws.apache.org/axis2/1_0/mtom-guide.html I am using axis2 1.5 from Eclipse 3.3 , this code will eventually go as a plugin. The problem is the code :- ServiceClient

Re: How to enable MTOM support

2009-09-01 Thread Chinmoy Chakraborty
which version of JDK you are using? Axis2 1.5 requires JDK 1.5 onwards. Chinmoy On Wed, Sep 2, 2009 at 10:16 AM, Partha Pal part...@kovair.com wrote: Hi, I am writing an axis2 client to get attachment from hosted .NET service. I am a newbie so using the example from

RE: How to enable MTOM support

2009-09-01 Thread Partha Pal
1.5.0_13 From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Sent: Wednesday, September 02, 2009 11:16 AM To: axis-user@ws.apache.org Subject: Re: How to enable MTOM support which version of JDK you are using? Axis2 1.5 requires JDK 1.5 onwards. Chinmoy On Wed, Sep 2, 2009 at 10:16

RE: How to enable MTOM support

2009-09-01 Thread Partha Pal
Hi Chinmoy , The java version is 1.5.0_13 . Could you pls. provide a link to a complete example to download attachments, as I do not have experience in Axis2. Thanks, Partha From: Chinmoy Chakraborty [mailto:cch...@gmail.com] Sent: Wednesday, September 02, 2009 11:16 AM To: