How to Change EJB 3 WebService URL?
(Doc ID 1522253.1)
Last updated on SEPTEMBER 22, 2023
Applies to:
Oracle WebLogic Server - Version 10.3.5 and laterInformation in this document applies to any platform.
Goal
An EJB 3 session bean is annotated with @WebService(serviceName="MyServiceName", portName="MyPortName")
;
When deployed into WebLogic 11g, the service endpoint is located at : host:port/BeanClassName/MyServiceName.
The goal of this document is to show how to change this service endpoint address ?
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 |