create a generic fault ----------------------- Key: ODE-342 URL: https://issues.apache.org/jira/browse/ODE-342 Project: ODE Issue Type: Improvement Components: Axis2 Integration Affects Versions: 1.2 Reporter: Alexis Midon Assignee: Alexis Midon
A fault can be thrown only if it's defined by the operation binding and that the corresponding element is contained in the response body, else a failure is sent. Sometimes the service has a documented XML schema for some types of errors on some select statuses (mostly 500). The rest, you can expect some HTML, text or an empty response. If you can match the response with a fault defined in WSDL, then the correct action is to throw that fault type. **If you can't match, we'll need some generic fault for all undefined cases.** see ODE-310. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.