cancel
Showing results for 
Search instead for 
Did you mean: 

character & is replaced to & when we use WebServiceUtilities.ExecuteRESTService to send data

may_thitsaoo
Contributor
0 Kudos
122

Hello Community

 

We called external webservice via WebServiceUtilities.ExecuteRESTService and send out data to external system. When our data include characters like "&" and "<" , it passed as "&amp;" and "&lt;" ,so external system receive weird characters. 

Is there any way to avoid that?

(we don't use any middleware to do value conversion, we just pass SAP data to external system through webservice)

 

[SAP Business ByDesign]

 

Regards,

May

 

View Entire Topic
may_thitsaoo
Contributor
0 Kudos

solved by using WebServiceUtilities.ExecuteRESTServiceWithoutEncoding.