Re: Error handling for WS-Security enabled services

2009-07-30 Thread Chinmoy Chakraborty
Preetham, Thanks for your reply. Do you see the same problem? Could you tell me reason? Is it a AXIS2 issue? May be there is some parameter we can configure in axis2.xml (in OutFaultFlow phase order) to solve this issue. Chinmoy On Wed, Jul 29, 2009 at 8:06 PM, Axis PC pc.a...@gmail.com wrote:

Error handling for WS-Security enabled services

2009-07-29 Thread Chinmoy Chakraborty
Hi All, I am using rampart 1.4 and Axis2 1.4. I have parameterbased ws-security enabled services. In normal cases when there is no error at the time of invocation (invocation of business logic) of the service, it works fine. Following is the SOAP is returned by axis2 (captured in TCPMon): *Good

Re: Error handling for WS-Security enabled services

2009-07-29 Thread Axis PC
Chinmoy, When an exception occurs on the server end...and if you know the kind of exception...try wrapping it as a fault. In most cases it has worked for me as expected. Preetham On Wed, Jul 29, 2009 at 9:14 AM, Chinmoy Chakraborty cch...@gmail.comwrote: Hi All, I am using rampart 1.4 and