How To Build Java Proxies and Skeletons for Services with WSDL Descriptions
(Doc ID 951962.1)
Last updated on DECEMBER 05, 2023
Applies to:
Oracle Business Process Management Suite - Version 10.3.1 and laterInformation in this document applies to any platform.
Goal
Sometimes, when introspecting a webservice WSDL into Studio results in incorrect webservice operations handling at runtime due to non supported definitions (for example, non standard WSDL definitions), or because of complex definitions that mix different types of type bindings (for example, document, rpc, wrapped).
In order to solve this behavior, you can convert the WSDL into a manageable stub using Axis WSDL2Java and then catalogue it as java component.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |