Delphi SOAP Server: hexBinary type

Hi Evgeny,

Thanks for your reply. I had already found TROBinaryMemoryStream, but when using it I end up with type=“base64Binary” in the wsdl. I already found out that SOAP provides in two binary types, base64Binary and hexBinary.

I am creating a webservice that has to adhere to a standard (www.stosag.nl), that explicitly requires me to use hexBinary.

Is there any way to tell TROBinaryMemoryStream to use base64 or base16 (hex)?