Hi, I am using Spring to call a webservice & Axis as a Service factory class. When I am passing valid input to the web service the response object is populated fine but when I am passing wrong/invalid input I am getting SAXException-Invalid Element. Basically at the time of error/exception scenarios the web service is sending back the request as response. I could not change the webservice(bcoz some other vendor is maintaining the web service) to send me back the response for the exception/error scenarios as well .
How Can I get the proper response object in case of invalid input also? Is there any way that axis will populate the response object when request is coming back as response? The configuration details are as follows: Spring :1.2.5. Axis :1.2.1 NOTE: When I am using weblogic webserviceclient as a client the code is working fine for right as well as wrong input to the web service. -- View this message in context: http://www.nabble.com/SAXException-Invalid-Element-tf2894884.html#a8087928 Sent from the Axis - User mailing list archive at Nabble.com.
