Spring Boot 2 + WebLogic 12c @Endpoint: WSDL testing link not visible in WLS console

Viewed 17

After changing the Java implementation from @WebService (javax.jws) to @Endpoint (Spring annotation) I lost testing link visible in Weblogic console inside the war application. But wsdl is available still after deployment. It is only about the link inside the WLS console.

Does anyone know if this is possible to fix to display it back in WLS console or at least maybe if you have experience with this maybe you know what are the dependencies which can lead to displaying that link (?WSDL) ?

regards E.

Expected solution is to display testing link in Weblogic console back. I already checked the descriptor (web.xml) if it is compatible with Weblogic 12 (it's ok). Normally with @WebService annotation it works (displayed in WLS console as a WSDL testing link).

0 Answers
Related