|
|
|
[
Permlink
| « Hide
]
Dan Diephouse - 29/Aug/06 10:36 AM
This sounds like a configuration issue... Can you paste your client side configuration or how you created the client?
Client side code is generated from WSDL using a snapshot release of xfire-maven-plugin from mojo-sandbox that delegates the work to org.codehaus.xfire.gen.WsGenTask. Tthe plugin uses xfire-generator jar, version 1.1.1 (just noticed that, can the slightly older version cause this problem?).
I have also made one slight change to the plugin code, adding externalBindings configuration that is supported by Ant task. Here is the plugin config in my project POM: ------------------------------------- The external bindings file: ------------------------------------- <jxb:bindings jxb:version="1.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" I does not matter whether I use the external bindings file - it does not work both ways. I've managed to reproduce this now. Looking into the fix.
I've fixed this in SVN. Thanks for the example!!
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||