cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to JDBC ( 401 Unauthorized error - xi_adapter_soap_message role)

Former Member
0 Kudos

Hi Experts,

Got the below infor to solve 401 unauthorized error for SOAP to JDBC (PI 7.1) scenario.

The adapter's servlet is protected by default. You must use one of the user names assigned in security role xi_adapter_soap_message for component XISOAPAdapter. Please consult the documentation for Visual Administrator to view and change the security setting.

The user authentication of the SOAP adapter is not part of the SOAP adapter but of the web container of the J2EE engine. The default authentication setting is defined in the web.xml descriptor file of the SOAP dapter web application. This setting may be modified from Visual Administrator with some restriction. Please refer to the security documentation for the J2EE engine.

Q: 1. Do we need to give xi_adapter_soap_message role to PIAPPLUSER?

2. We don't have J2EE Administrator for PI 7.1, so do we need to do any setting in /nwa for SOAP scenario?

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Using SOAP Clinet try to log in with

PISUPER

rgds

srini

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Refer these blogs

Regards,

Surya

prateek
Active Contributor
0 Kudos

First of all, try not to use the PIAPPLUSER directly. Instead create a new user with similar role and use it as messaging user.

1. Yes, messaging user must have the security role xi_adapter_soap_message in the Adapter Engine.

2. Not very sure abt any additional settings.

Regards,

Prateek

Former Member
0 Kudos