cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI REST Receiver Adapter pattern element - special characters

Former Member
0 Kudos

Hello Team,

The special characters in the URL pattern is coverting to %.. and so the webservice call is failing. Pleas ehelp on how to handle the same.

ttps://test.salesforce.com/services/oauth2/token?grant_type=password&client_id={client_id}&client_secret={client_secret}&username={username}&password={password}

if the username = "test@app.com " => @ is replaced with %24 etc.,

Regards

Prem

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194786
Active Contributor

Hi Prem,

Since this is Salesforce integration using rest, have a look at this blog and see if it is something you can try out:

https://blogs.sap.com/2017/07/21/sap-po-rest-integration-with-salesforce-oauth/

Regards,

Sanjeev

Former Member
0 Kudos

Thanks Sanjeev for the link. However, Our PI version is 7.31 and do not have the REST OAUTH2.0 (except for Concur and SAML Bearer) on REST adapter.