With 3.0.1-SNAPSHOT it's fixed.
Il 20/06/2014 15:17, Daniel Kulp ha scritto:
This is likely due to CXF-5753 and/or CXF-5811. Both are fixes for the
3.0.1-SNAPSHOT, but it would be great if you could give the snapshot a try to
verify.
Dan
On Jun 20, 2014, at 9:10 AM, Flavio Campana <[email protected]> wrote:
I've got an unexpected error after uprgading my dependencies to CXF-3.0.0.
This is the exception i get:
com.sun.istack.SAXParseException2: (uri:"http://wsmaggioliservice.informatica.maggioli.it/",
local:"richiesta"). Expected elements are <{}richiesta>
The request sent is the following one, which worked fine before:
<getClienteEnabled xmlns="http://wsmaggioliservice.informatica.maggioli.it/">
<richiesta xmlns="">
...
</richiesta>
</getClienteEnabled>
(i omitted a few parts to keep things short)
it seems like the empty xmlns is ignored.
What should i do?