-
Notifications
You must be signed in to change notification settings - Fork 6
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
Jackson SOAP module #32
Comments
If someone wants to tackle this, great. Thank you for idea! |
If someone interested - I've implemented the proof of concept |
Sounds useful! Only one minor suggestion: "format" for Jackson modules typically means underlying data format, and "datatype" would be for structures above it. Although I can see how Soap could be thought of as a format, naming-wise it might align better with term "datatype". So in that sense, |
@cowtowncoder fair enough, thanks! |
It would be great to have a module to supplement jackson-datatype-xml that made generating and handling SOAP messages easier.
While it's possible to wrangle this in place with a combination of jaxb and jackson, it would be easier to simply say, 'here's my class annotated with jackson annotations (or generated from xic), please wrap them in a soap envelope.
As a rough roadmap here are some features:
Thank you.
The text was updated successfully, but these errors were encountered: