Hi Jamie!

In general, you want to ask questions like this on axis-user or axis-dev, since they 
get archived and then others get to read the conversation as well.

I think the answer to your question is "yes", but how you do it depends a little on 
exactly what you mean by "binary data".  If you have base64-encoded binary data in the 
XML serialization for your class, then all you have to do is write a custom 
serializer/deserializer to deal with it (assuming you want it as something more than 
just byte[] - if all you need is a byte[], you don't even need to do that).  If you're 
referring to a MIME attachment on the SOAP response, then you'd need to write some 
custom code to pull the data out of the attachment and put it into the target object, 
which is a little trickier, but doable.

--Glen

> -----Original Message-----
> From: Jamie Powell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 20, 2002 6:05 PM
> To: '[EMAIL PROTECTED]'
> Subject: Apache Axis Deserialization.
> 
> 
> One question using Apache Axis. I found your name in the Apache Axis
> JavaDoc.
> 
> Can a soap response containing both Binary and text data be 
> serialized into
> one class.
> 
> Thank You.
> Jamie Powell
> 

Reply via email to