]
Carlo de Wolf reassigned WFLY-3966:
-----------------------------------
Assignee: Bartosz Baranowski (was: Alessio Soldano)
Allow soapFaults to be returned for HTTP_BAD_REQUEST are per SOAP 1.2
spec
--------------------------------------------------------------------------
Key: WFLY-3966
URL:
https://issues.jboss.org/browse/WFLY-3966
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 9.0.0.Alpha1
Reporter: Mustafa Musaji
Assignee: Bartosz Baranowski
SOAP 1.2 spec says that HTTP 400 should return a soapFault error. At the moment the code
only returns SoapFault for HTTP 500 which is wrong.
The issue is recorded in the SAAJ JIRA:
https://java.net/jira/browse/SAAJ-74