You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Describe the bug
The legacy SOAP services are currently using an end-of-life version of Apache Axis. We already use Apache CXF for JAX-RS and Rest API services. We should migrate the SOAP API to JAX-WS and bump the API version to 8.0.0
Key Points
Minimize API model / interface changes to as few as possible
Use CXF code generator to generate the API
Change the package name to API for the generated web services code for Java 9 module support, currently it overlaps with a package in system.
Update the Loader smaple application for new version
Create a new version of the Web Service Development doc for the new version of the API
Update the Tools projects and Content Explorer to use the new API.
Create a separate webservices-client modules that will contain the new Client stubs / JAX-WS client.
Describe the bug
The legacy SOAP services are currently using an end-of-life version of Apache Axis. We already use Apache CXF for JAX-RS and Rest API services. We should migrate the SOAP API to JAX-WS and bump the API version to 8.0.0
Key Points