I have a question regarding (de)serialization of org.apache.axis.Message
objects.

It seems to me like there is a general serialization method, writeTo(),
but there is no general deserialization method, like "readFrom()" or a
constructor/factory method that creates an arbitrary Message (possibly
with attachments) from an InputStream or String. 

With the constructors you can either just create the SOAPPart, OR you
have to know the Content-type etc. And I don't want to use
ObjectOutputStream/ObjectInputStream and send Java objects on-the-wire
because I want to keep it language-neutral.

Have I missed something?

If not, I would call this a bug.

Regards,
-- 
Daniel Elenius <[EMAIL PROTECTED]>

Reply via email to