‎2016 Jun 08 3:45 PM
Hi folks,
I am having the following problem.
I implemented a consumer proxy and I am getting data in some XML format.
I am already able to loop through that XML and to determine attribute names and values:
My problem :
ows_Project_x003a_ID
data is encoded and I need to decode.
so the above example should be converted into ows_Project:ID.
Anybody any idea how to achieve that?
There are of course many more codes to be translated, x003a is not the only one.
Thanks, Thomas
‎2016 Jun 08 4:10 PM
I think this is a matter of string-manipulation
I think the Methods here:
http://help.sap.com/saphelp_erp60_sp/helpdata/en/79/c55479b3dc11d5993800508b6b8b11/content.htm
could proove to be helpful
The big Problem you will face is to 100% identify the segments, translate them and concatenate them back together.