cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the Element of an Proxy Obejct (Consumer WebService)? - Base64 in Response

former_member215870
Participant
0 Kudos

Hallo all,

I have a consumer Proxy of an external WebService (The Provider is not an SAP System). The Response should be in Base64 Format, but the generated Proxy Object has the RAWSTRING element assigned. The RAWSTRING is actually an XSTRING and thus HEX values are expected as result. So now when the Provider is sending me back the data into Base64 Format, These are mapped into the generated structure that expecting RAWSTRING, then all the data that are not into the range will be truncted (Range: A...F). I suppose that the correct element should be string, so I would be able to use the decode functions. Any idea?

Best Regards

Giorgos

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215870
Participant
0 Kudos

solved.

miguel_fernandez75
Discoverer
0 Kudos

How do you solved please?