Details
Description
XFire using JAXB 2.0 currently only supports validation of incoming XML messages. It would be good to also support validation of outgoing messages as well.
XFire using JAXB 2.0 currently only supports validation of incoming XML messages. It would be good to also support validation of outgoing messages as well.
The major use case for this would be using XFire to talk to another web service. Basically checking that you've set everything that needs to be set before sending the message to the server.
There's also a use for this on the server side. Generally you should be strict in what you output and generous in what you accept. So validating outgoing messages ensures you're sending valid content to your clients.