You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears SAAJ 1.3 has been released at https://saaj.dev.java.net/. It includes SOAP 1.2 and MTOM support.
We should upgrade to SAAJ 1.3, but not create any hardcoded depencies on it . This will probably require writing a SaajVersion class, just like JaxpVersion in xml and JdkVersion in spring core.
This turned out to be harder than expected. SAAJ 1.3 implements SOAP 1.2 really stricly, more so than Axiom's SOAP 1.2 implementation. As a result, some changes in the SoapFault API were necessary, since SOAP 1.2 only allows for a limited set of fault codes. Custom fault codes are not longer possible in SOAP 1.2, custom fault subcodes are.
Arjen Poutsma opened SWS-27 and commented
It appears SAAJ 1.3 has been released at https://saaj.dev.java.net/. It includes SOAP 1.2 and MTOM support.
We should upgrade to SAAJ 1.3, but not create any hardcoded depencies on it . This will probably require writing a SaajVersion class, just like JaxpVersion in xml and JdkVersion in spring core.
Affects: 1.0 M1
Issue Links:
("depends on")
The text was updated successfully, but these errors were encountered: