Axis 1.3 - Problem with Handler

2008-12-15 Thread Harikrishna Vemula
Hi, I have a Webservice for that i implemented a Handler to validate input request with XSD. Whenever any exception occurs in invoke method i'm throwing AxisFault. But client doesn't want to have exception as return value even though any exception occurs. Client is expecting to recieve a normal

Re: Axis 1.3 - Problem with Handler

2008-12-15 Thread Guo Tianchong
; } Please have a try. guo - Original Message - From: Harikrishna Vemula To: axis-user@ws.apache.org Sent: Monday, December 15, 2008 10:36 PM Subject: Axis 1.3 - Problem with Handler Hi, I have a Webservice for that i implemented a Handler to validate input request

Re: Axis 1.3 - Problem with Handler

2008-12-15 Thread Harikrishna Vemula
InvocationResponse.CONTINUE; } Please have a try. guo - Original Message - *From:* Harikrishna Vemula hari.k.vem...@gmail.com *To:* axis-user@ws.apache.org *Sent:* Monday, December 15, 2008 10:36 PM *Subject:* Axis 1.3 - Problem with Handler Hi, I have a Webservice for that i implemented

Re: Axis 1.3 - Problem with Handler

2008-12-15 Thread Guo Tianchong
: Axis 1.3 - Problem with Handler Hi, I have a Webservice for that i implemented a Handler to validate input request with XSD. Whenever any exception occurs in invoke method i'm throwing AxisFault. But client doesn't want to have exception as return value even though any

Re: Axis 1.3 - Problem with Handler

2008-12-15 Thread Harikrishna Vemula
- *From:* Harikrishna Vemula hari.k.vem...@gmail.com *To:* axis-user@ws.apache.org *Sent:* Tuesday, December 16, 2008 2:05 PM *Subject:* Re: Axis 1.3 - Problem with Handler Hi guo, Thanks, But in Axis 1.3 we don't have InvocationResponse object itself. In 1.3 invoke method return