RE: How can I make AXIS return SOAP Fault as an XML message?

2009-01-07 Thread Manjula Peiris
n in AXIS2C > engine. > > Thanks, > Rinil > > -Original Message- > From: Manjula Peiris [mailto:manj...@wso2.com] > Sent: Wednesday, January 07, 2009 10:16 PM > To: Apache AXIS C Developers List > Subject: Re: How can I make AXIS return SOAP Fault as an XML me

RE: How can I make AXIS return SOAP Fault as an XML message?

2009-01-07 Thread Baxi, Rinilkumar (TCS)
-Original Message- From: Manjula Peiris [mailto:manj...@wso2.com] Sent: Wednesday, January 07, 2009 10:16 PM To: Apache AXIS C Developers List Subject: Re: How can I make AXIS return SOAP Fault as an XML message? Are you talking about getting the fault response at client side ? On Tue, 2009

Re: How can I make AXIS return SOAP Fault as an XML message?

2009-01-07 Thread Manjula Peiris
Are you talking about getting the fault response at client side ? On Tue, 2009-01-06 at 07:52 +, Baxi, Rinilkumar (TCS) wrote: > Hi, > > > >I have found that whenever Axis encounters an error and sets the > soapFault instance, is returns the 500 Internal Server Error. I want > it to re

How can I make AXIS return SOAP Fault as an XML message?

2009-01-05 Thread Baxi, Rinilkumar (TCS)
Hi, I have found that whenever Axis encounters an error and sets the soapFault instance, is returns the 500 Internal Server Error. I want it to return an XML that shows the SOAP Fault returned. How can I achieve this? Thanks, Rinil