Re: Axis 2 and WSS

2010-05-31 Thread Dimuthu Leelarathne
Hi, Apache Rampart is the module that implements WSS for Axis2. Please find the supported versions at http://ws.apache.org/rampart/ Thank you, Dimuthu On Mon, May 31, 2010 at 3:03 PM, COURTAULT Francois wrote: > Hello everybody, > > > > Does Axis 2 support WSS ? If yes which version ? > > >

passing arrays using AXIS2

2010-05-31 Thread Prateek Asthana
Hi, This question is regarding passing String arrays from client to server using Axis2. I have gone through several forums for this and I have a few pointers which says to use Arrays instead of ArrayList. I am adopting the contract first approach. Can someone please post a sample WSDL to resolve th

Axis2 1.4.1: Releasing connection while sending the request

2010-05-31 Thread Andreas Brunner
Hi all, I have a problem with my webservice using Axis2 1.4.1. I have implemented a webservice which allows the client to upload files to the server, including some file metadata. On the client I enabled MTOM, to support uploading of large files to. Now everything works fine for file up to lets

Axis 2 and WSS

2010-05-31 Thread COURTAULT Francois
Hello everybody, Does Axis 2 support WSS ? If yes which version ? Best Regards.

RE: Axis2 SOAP message isn't formatted.

2010-05-31 Thread Kim, Ducheol
I found that there is option in axis about it. ( It seems that 'disablePrettyXML' option in 'globalConfiguration' is option for it. ) Is there any option about it in axis2 ? From: Kim, Ducheol [mailto:[email protected]] Sent: Monday, May 31, 2010 10:08 AM To: [email protected].

RE: implementing org.apache.axis2.modules.Module

2010-05-31 Thread Arkady Kasianski
Please unsubscribe me ! I sent several emails to [email protected] And please unsubscribe from '[email protected]' as well. From: Amila Suriarachchi [mailto:[email protected]] Sent: Monday, M

Re: implementing org.apache.axis2.modules.Module

2010-05-31 Thread Amila Suriarachchi
On Wed, May 26, 2010 at 5:53 PM, Prateek Asthana wrote: > Hi, > I am a newbie trying to crete my first module/handler class. As per the doc > at: > http://ws.apache.org/axis2/1_5_1/modules.html > all the methods of org.apache.axis2.modules.Module can have a blank > impl. It suits fine as most hav