cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello Experts,

We have developed a scenario: SOAP -> PI (7.11) -> IDOC.

For this, PI expose an Asynchronous service which we try to test using SoapUI.

The message is delivered successfully to the adapter engine (SoapUI display a technical response message 200 OK) but in the adapter engine, it is failing (and not delivering the message to the Integration Engine) with the following trace:

When we invoke a different synchronous web service exposed by PI, we do no receive the same error, rather, the message is processed successfully.

Please advise.

Regards.

0 Likes
View Entire Topic
naveen_chichili
Active Contributor
0 Likes

Hi ,

Seems like the issue is with the user credentials you are using. 401 unauthorised is due to incorrect user credentials.

Please check the user/password and correct it.

Rgds,

Naveen

former_member286225
Participant
0 Likes

Hi Naveen,

If you are referring to the user I am using to invoke the web service then the credentials are okay as I am able to get through to the adapter engine.

If you are referring to the user that tries to access the integration engine from the adapter engine which is: "SAPPasswordCredential(PIAFUSER):password=********:sapclient=530:saplang=en", then the username/password are correct since I am able to consume a synchronous web service.

Regards.