Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WLST command doesnt find webservice endpoint which is visible in EM

Rrpai-OracleApr 18 2024 — edited Apr 18 2024

EM is able to show/attach/detach policies the AfGrantService we have in app. (image attached)
But Wlst is not able to show it

Pls comment why

# doesnt show AfGrantService
listWebServices("/base_domain/UCM_server1/Oracle UCM Web Services")
/base_domain/UCM_server1/Oracle UCM Web Services :
 moduleName=idcws.war, moduleType=web, serviceName=GenericSoap12Service
 moduleName=idcws.war, moduleType=web, serviceName=GenericSoapService
 
# type - wls or web same result 
listWebServicePolicies("/base_domain/UCM_server1/Oracle UCM Web Services", "idcws.war", "web", "AfGrantService","AfGrantAccessPort")
>Unable to find the specified Web Service in the specified Application.

listWebServicePolicies("/base_domain/UCM_server1/Oracle UCM Web Services", "idcws.war", "web",  "{http://service.axf.imaging.oracle/}AfGrantService","AfGrantAccessPort")
>Unable to find the specified Web Service in the specified Application.

Comments

Processing

Post Details

Added on Apr 18 2024
0 comments
124 views