cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization error

shalini2204
Explorer
0 Kudos
1,635

Hi All

When we are integrating Subscription billing to S/4 hana exactly from CPI to s4 hana we are getting authorization issue

Subscription billing is on cloud and s4hana on premise

We have created communication user added to CPI and getting this error can any help what must be wrong in Iflows that is triggering this error

Thanks in advance

View Entire Topic
frey_chen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Shalini,

Cloud you do the following steps:

1. SOAMANAGER -> Simplified Web Service Configuration -> Search 'BUSINESSPARTNERSUITEBULKREPLI1', make sure User Name/Password (Basic) is selected.

2. Select the item and click 'Show Details' button, copy the Access URL under Configuration Details section.

3. Paste the Access URL in POSTMAN and send the request:

Method: POST

Authorization Type: Basic Auth, input Username and Password

Header: Content-Type = text/xml

Body: chose raw, select XML, for test the authorization you can use an empty body

After you send the request, if the URL is reachable and username / password is correct, you should see 500 Internal Server Error, otherwise you will see a 401.

Thanks

Frey