
|
If you were logged in you would be able to see more operations.
|
|
|
XFire
Created: 28/Sep/06 09:03 PM
Updated: 01/Oct/06 11:32 PM
|
|
| Component/s: |
JAXB 2.0
|
| Affects Version/s: |
1.2.1
|
| Fix Version/s: |
1.2.2
|
|
|
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.
|
|
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. |
Show » |
|
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.