2009/5/23 Timothy Waxland <[email protected]>:
> Hi
>
> thanks for responding.
> i turned on validation on the client side and it through an exception where
> i expected it to - so i'm pretty sure their response is not correct.  (i
> couldn't find the validate option in soapUI)

It's in the right mouse button menu if you click on the actual XML
text of a request or response. But if CXF schema validation rejects
it, that's a good enough sign :-)

There may be some JAXB option that allows you to override namespaces,
but I'm just guessing here. Failing that I guess you could write an
interceptor to 'fix' the incoming message with an XSLT transformation
(or other means) before JAXB unmarshalling takes place. Or write a
Dispatch client that processes the raw XML without using databinding
-- that way it wouldn't matter if the message didn't match the schema.

Andrew.

-- 
:: http://biotext.org.uk/ ::

Reply via email to