Hi,

We have an object which contains a Date property: java.util.Date myDate.

Using soap-ui, an invalid date is injected: <myDate>BAD-DATE</myDate>

During unmarshaling, an exception was thrown when the unmarshaller tries to parse the bad date string. However, this exception never "bubble" up and back to the client. I only "saw" the exception in the debugger.

Any one knows how to "unhide" this exception?

Please let me know if you need more details.

Thank you.