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 SOAP response with ErrorCode & ErrorMsg parameters in the response.
How can i send response with ErrorCode & ErrorMsg when any exception raised in Handlers? Please help me out, this is an urgent requirement. Thanks in advance... -- Hari Krishna Vemula
