Foros de discusión

How to secure a SOAP WebService based on JAX-WS in a portlet

thumbnail
Steffen Herndl, modificado hace 11 años.

How to secure a SOAP WebService based on JAX-WS in a portlet

New Member Mensajes: 3 Fecha de incorporación: 8/10/12 Mensajes recientes
Hi there,

i have a simple liferay portlet that includes a JAX-WS WebService implementation and runs in liferay 6.1.1.

While deploying the WebServie is properly recognized by liferay as you can see in the log extract

WSSERVLET12: JAX-WS context listener initializing
Dynamically creating request wrapper Class example.portlet.service.soap.jaxws.Hello
Dynamically creating response wrapper bean Class example.portlet.service.soap.jaxws.HelloResponse
WSSERVLET14: JAX-WS servlet initializing


The WebService can bee called with http://servername/portletname/WebServiceClass

Any idea to secure the WebService using Liferays auth-mechanism?