JAX-WS: when input soap validation fails
- by Jakob
I have created a web service with JAX-WS. When the input SOAP message is not well formed or can not be validated, a soap fault is returned automatically to the caller. I dont want the caller to receive this standard SOAP message but i want to create an own custom SOAP fault.
So if the call looks like this (note Envelope1, its not valid):
hello…