Using ProxyGenerator to generate Web Services stub classes
I have a WSDL file containing complex types for which I need to generate stub classes. I like the format of the stub classes generated by the oracle.wsdl.toolkit.ProxyGenerator class. Unfortunately, my complex type parameters are represented as org.w3c.dom.Element classes, instead of as separately defined classes.
The JDeveloper 10.1.3 "Web Service Proxy" wizard has a "Unwrap wrapped parameters" feature that works well for this purpose.
How can I unwrap wrapped parameters using the ProxyGenerator?
Thanks,
Rich