Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using ProxyGenerator to generate Web Services stub classes

633396Apr 10 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2008
Added on Apr 10 2008
0 comments
486 views