掲示板

SOAP webservice : Authenticated access required

thumbnail
6年前 に Kowbathullah Gnaniyar Zubair によって更新されました。

SOAP webservice : Authenticated access required

Liferay Master 投稿: 722 参加年月日: 07/12/19 最新の投稿
I am exposing SOAP webservice from my custom portlet. I was able to generate and tried accessing the service from external application, it works fine.
But when i was tested the service from SOAP UI, it throws
java.rmi.RemoteException: Authenticated access required
. If i add AccessController annotation before my method of ServiceImpl as below, I can access from SOAP UI. But i cannot add this below annotation as it can be accessible without credential.

@AccessControlled(guestAccessEnabled=true)


I want to access my custom web service from SOAP UI? why it is throwing Authenticated access required even i add valid userName and Password of Liferay for the service while invoking? Any guess?

添付ファイル:

thumbnail
6年前 に Kowbathullah Gnaniyar Zubair によって更新されました。

RE: SOAP webservice : Authenticated access required (回答)

Liferay Master 投稿: 722 参加年月日: 07/12/19 最新の投稿
It got resolved. In SOAP UI authorization section, you should provide as follows:

In Authentication and Security Relative settings of SOAP UI, give these configurations.
1. User Credential : Liferay Username (screenname) and password
2. Domain : ""
- Pre-emptive auth: "Authenticate pre-emptively"
- Outgoing WSS : ""
- Incoming WSS : ""