Pradeep,
The ClassCollector is there to prevent duplicate class names from being
generated and overwriting everything. JAX-WS has specific rules that say if
a Type is generated as "FooFault.java", then when we generate the real
exception, it needs to get mapped to FooFault_Fault and similar.
Hi daniel,
Im doing gsoc project on wsdl2java tooling in tuscany. Now im working on
adding dynamic sdo databinding to CXF tool.
As i came to know dynamic sdo is pretty straight forward. Here[1] is a code
sample found in the tuscany where it generates
classes. (standalone generator).
As you sugg