I connect a mysql database through a Axis2 web service with J2me app. Every time i insert a data to the database the following exception occurs.
java.rmi.MarshalException: SAXParseException in response from server
But the operations get completed successfully. Also this occurs only when i try to write a record to the database. When I read from it this does not happen. What is this Exception and how can I handle it?