Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

question regarding encoding decoding

former_member38077
Participant
0 Likes
422

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

1 REPLY 1
Read only

Former Member
0 Likes
388

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.