OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 587 forks source link

Liberty server incorrectly processing SOAP1.1 SoapFault as SOAP 1.2 #17883

Open sawadood opened 3 years ago

sawadood commented 3 years ago

If an application sends a SOAP 1.1 SOAPFaultException to Liberty server, it tries to process it as a SOAP 1.2 SoapFault which results in the following error: SAAJ0303: Operation getFaultSubcodes not supported by SOAP 1.1.

e30532 commented 3 years ago

@sawadood We've got the positive feedback on the fixed code. Could you close this issue?