One of the big probs with Delphi these days is the sheer amount of functionality that is already included in the package. Just today I was pondering how to encode into or decode from Base64 with Delphi.
As it turns out, Embarcadero included the functionality in the SOAP source files that can be found in the “soap”
…