There is a Base64Serializer in Apache SOAP (org.apache.soap.encoding.soapenc
package).
-----Original Message-----
From: Gus Delgado [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 10:34 AM
To: [EMAIL PROTECTED]
Subject: RE: sending base64 encoding
Is there an example on how to do this. I'm not sure which attributes to use
in the element to set it as a base64?
-----Original Message-----
From: Vishweshwar, Ghanakota [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 12:13 PM
To: '[EMAIL PROTECTED]'
Subject: RE: sending base64 encoding
I guess you have to encode it in base 64 and insert the resulting string
into the "text" part of the XML tag. It's just an understanding between the
client and server and I am not aware of anyway to specify that at a
contractual level.
vishu
-----Original Message-----
From: Gus Delgado [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 9:51 AM
To: [EMAIL PROTECTED]
Subject: sending base64 encoding
I'm sending an XML file back from the server to the client.
How can I send an encodingType of base64 on one of the Elements of the
XML file I send back?
example of what I'm trying to do:
<my-tag>
<thisnormaltag>hello</thisnormaltag>
<thisbase64tag encoding=base64>???</thisbase64tag>
</my-tag>
I'm really struggling with this? thanks
gus