RE: sending base64 encoding

2001-08-07 Thread Sam Ruby
Examples of Apache SOAP and Apache Axis formatted requests using base64 and a large number of other data types, as well as the responses from these and a dozen other servers from a large number of vendors, can be found at: http://www.apache.org/~rubys/ApacheClientInterop.html - Sam Ruby P.S. S

RE: sending base64 encoding

2001-08-07 Thread Vishweshwar, Ghanakota
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

Re: sending base64 encoding

2001-08-07 Thread William Brogden
Gus Delgado wrote: > > 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: > > > hello > ??? > > > I'm really struggling with this? thanks > gu

RE: sending base64 encoding

2001-08-07 Thread Gus Delgado
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:

RE: sending base64 encoding

2001-08-07 Thread Vishweshwar, Ghanakota
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:[