Application Development 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: 

Problem while sending the base64 content to a webservice using proxy

0 Kudos

Hi,

My requirement is to send csv file to webservice in base64 format using PI proxy. I am able to send the csv content in Xstring format to get the file at webservice. But when i open the file the webservice shows the content in base64 format. Please help me in resolving this issue.

1 REPLY 1

Former Member
0 Kudos

Receiving system may not be expecting base64 format. Try out different combinations and see which file opens as per expectation. (concatenated text as string and xstring, base64 text as string and xstring, total 4 combinations). One of the combinations should work for you.