Hello,
I was wondering maybe you guys can help solve a problem regarding with sending base 64 encoded messages via web-service.
As mentioned, I am trying to upload base 64 encoded messages to backend. In the frontend, the javascript encoder seems to be working just fine (I checked the encoded results with the result of one of the online encoders. The result was the same. So - the file gets correctly encoded.)
But when I check the result received with the web-service, then the import parameter is faulty with only having about 1/4 of the correct code and the rest is something else. Maybe it has something to do with the type 'string' I am using (not long enough?) ?
Here's some graphical examples :
1. The encoded (and correct result from javascript, NOTE : the red mark illustrates the point where something goes wrong in the web-service result) :
2. The faulty result I got in the debugger mode :
Hope you can help,
Thanks,
Mario.