Re: Registering new handlers programmatically with Axis2

2008-12-15 Thread Deepak Vishwakarma
hoo.co.in > Cc: "axis-user" > Date: Wednesday, 3 December, 2008, 8:35 PM > On Wed, Dec 3, 2008 at 12:33 PM, Deepak Vishwakarma > wrote: > > > Hi, > > > > Currently Axis2 registers the handlers specified in > the axis2.xml > > configuration file.

Registering new handlers programmatically with Axis2

2008-12-02 Thread Deepak Vishwakarma
Hi, Currently Axis2 registers the handlers specified in the axis2.xml configuration file. Is there a way to programmatically register new custom handlers with Axis2 runtime i.e. i don't want to use the axis2.xml approach? How can this be achieved? Thanks, Deepak. Add more friends t

Re: How can I configure AXIS2 so that it does not ignore whitespace in element

2008-08-12 Thread Deepak Vishwakarma
ow can I configure AXIS2 so that it does not ignore whitespace > in element > To: axis-user@ws.apache.org > Date: Tuesday, 12 August, 2008, 6:23 PM > Could this be done at the AXIOM level, using an option? > > Samisa... > > Deepak Vishwakarma wrote: > > Hi, > >

How can I configure AXIS2 so that it does not ignore whitespace in element

2008-08-12 Thread Deepak Vishwakarma
Hi, I am trying to verify a signed SOAP request. But, somehow the digest created for Soap Body doesn't match the one present in the SOAP request for the SOAP Body. While signing the ignorable whitespace characters are taken into consideration. But, when the request is received at the server it

Re: Axis2 Writing Custom Phase Handlers

2008-01-12 Thread Deepak Vishwakarma
e: On 11 Jan 2008, at 04:13, Deepak Vishwakarma wrote: > So, does this means that i have to programmatically register the > handler in Websphere and can't use the Axis standard way of > configuring it in the axis2.xml configuration file. Yes, you can. However in your first email

Re: Axis2 Writing Custom Phase Handlers

2008-01-10 Thread Deepak Vishwakarma
figuration.setOutFaultPhases(phasesList); HTH, Michele On 10 Jan 2008, at 12:53, Deepak Vishwakarma wrote: > Hi, > > I am using IBM Websphere Application Server and Web Service > Feature Pack version 6.1. I want to write a custom handler which I > have to inject it in Ax

Axis2 Writing Custom Phase Handlers

2008-01-10 Thread Deepak Vishwakarma
Hi, I am using IBM Websphere Application Server and Web Service Feature Pack version 6.1. I want to write a custom handler which I have to inject it in Axis2 Soap Engine Phases. I could get some material but they were not helpful enough since i don't want to use the module approach, i just ne