Hi,
OE11.3 - Linux
Is there a better way to convert a bit array received from a web service to a memptr that I can then convert into a base64encoded string?
I know how to do it if I am on a Windows server and I can use base64 conversion tool in linux, but I am hoping for a more elegant way that will cater for both linux and windows.
Any ideas?
Thanks in advance.
Hi,
OE11.3 - Linux
Is there a better way to convert a bit array received from a web service to a memptr that I can then convert into a base64encoded string?
I know how to do it if I am on a Windows server and I can use base64 conversion tool in linux, but I am hoping for a more elegant way that will cater for both linux and windows.
Any ideas?
Thanks in advance.
Flag this post as spam/abuse.
"I can use base64 conversion tool in linux"
Why rely on external tools, when the ABL has BASE64-ENCODE/BASE64-DECODE functions built-in ?
Hi Peter,
You are indeed correct. I asked the question before I checked the result of the WS call - is already Base64Encoded (obviously - duh!).