Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to SAAJ 1.3 [SWS-27] #187

Closed
gregturn opened this issue Jun 7, 2006 · 1 comment
Closed

Upgrade to SAAJ 1.3 [SWS-27] #187

gregturn opened this issue Jun 7, 2006 · 1 comment

Comments

@gregturn
Copy link
Contributor

gregturn commented Jun 7, 2006

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:

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants