cancel
Showing results for 
Search instead for 
Did you mean: 

AXIS Adapter WSSE Authentication error: BaseLoginException: Login failed

suwandi_cahyadi
Contributor
0 Kudos

Hi Experts,

We've implemented AXIS adapter on our DEV and the interface is running successfully. Then we transported the PI Objects to our QA environment and installed the AXIS adapter on our QA. Below is the screenshot of the AXIS adapter status:

But we get the following error when testing the interface on our QA:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.Unauthenticated</faultcode>
         <faultstring>com.sap.engine.services.security.exceptions.BaseLoginException: Login failed.</faultstring>
         <detail>
            <ns2:stackTrace xmlns:ns2="http://xml.apache.org/axis/">com.sap.engine.services.security.exceptions.BaseLoginException: Login failed.
	at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:139)
	at java.security.AccessController.doPrivileged(Native Method)

....

The same message could be processed successfully when sent to our DEV.

If I use SOAPUI and add the Basic Authentication to the request, the message could be processed successfully to our QA.

The question is, Is there any missing configuration other than installing the AXIS adapter? Since we transported our objects to QA, the module configuration on our SOAP sender channel is the same as in our DEV.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

suwandi_cahyadi
Contributor
0 Kudos

Solved by removing the Basic Logon Authentication from SSO in NWA for Axis.

Answers (1)

Answers (1)

suwandi_cahyadi
Contributor
0 Kudos

Bump