The online documentation mentions that java2ws supports jaxb and aegis databindings. Does it also support xmlbeans?
Here is the basics of what I am doing (apache-cxf-2.2.3): 1) vendor xsd's -> xmlbeans using xmlbeans-2.4.0, mapping empty or poorly defined namespaces to package names 2) annotated java (1.5) web service code using the previously generated xmlbeans as inputs and internal variables 3) attempting to publish on jboss 4.2.3 using cxf My issue is that the auto-generated WSDL served by cxf on jboss has the original namespace issues from the vendor xsd's. I need to find a way to make the package to namespace substitutions in the resulting WSDL using the cxf tools or deployment configuration. Any ideas? Does the java2ws tool support the xmlbeans binding and package to namespace substitutions? Richard -- View this message in context: http://old.nabble.com/java2ws-and-xmlbeans-databinding-tp26594147p26594147.html Sent from the cxf-user mailing list archive at Nabble.com.
