AWS: base64 vs raw bytes

Hi,

Is it possible to return raw bytes in the body of the SOAP request,
instead of base64 encoded? I have a binary attribute in a
ActionWebService::Struct.

Thanks,
JE

On 10/10/06, Jean-Etienne D. [email protected]
wrote:

Hi,

Is it possible to return raw bytes in the body of the SOAP request,
instead of base64 encoded? I have a binary attribute in a
ActionWebService::Struct.

No. The response must be a valid XML.


Kent