cancel
Showing results for 
Search instead for 
Did you mean: 

Encoding Slash in OData URL from Sharepoint

cyclingfisch_
Active Contributor
0 Kudos

I know, this is more a Sharepoint related question, but maybe the power of the SAP Community can help me anyway:

I have a SAP Gateway OData Service which I integrated to a Sharepoint list. In the payload I have a field which contains a "/". In the log in Sharepoint the slash is correctly encoded with %2F but on SAP side there is obviously a "/" because we get an error that our URI is not correct. Did anybody face a similar issue? If yes, how did you solve it?

former_member458758
Discoverer
0 Kudos

I have same issue, have you got a fix?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member458758
Discoverer
0 Kudos

I now use a custom encoder and decoder to replace / with ` and vice-versa, problem solved!

cyclingfisch_
Active Contributor
0 Kudos

Hi Nishant,

sorry for the late answer. To be honest, I do not really remember how we solved this.

Cheers Martin