P
pliscki
Guest
Hi I'm working on a project where I need to compress XML, convert to Base64 and send it to a SOAP web server. I couldn't find a better way to do this, without having to export the XML to some temp directory, execute a external lib to compress the file and then import the compressed file so I could convert it to Base64 and send it. I was wondering if there was a better solution for this. Any suggestions? Thanks
Continue reading...
Continue reading...