cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Malformed URI literal syntax

Former Member
0 Kudos
20,543

Hi Every one,

I am testing one read operation and getting error as"Malformed URI literal syntax" for below URL,

http://gatewatserver/sap/opu/odata/sap/YLOGIN_SRV/USERCollection

(WebUserId='user@user.COM',Password='password',Days='001',DummyFlag=’X’)

can you helps me is there any mistake or how ro solve this.

Thanks,

Giri

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184867
Active Contributor

Hello Giri,

The Property names are case sensitive, please check , the names that you have defined in metadata are exactly same as the ones that you are passing in the url.

Also the type of data matters, for numeric data types quote is not required. Check the Edm.type of property 'Date', remove quotes if it is numeric.

Regards,

Atanu

jibin_joy
Contributor
0 Kudos

Hi Giri ,

 

Can u post ur "LOGONUSERCollection" metadata documents

Regards,

Jibin Joy

arunchembra1
Participant
0 Kudos