I have a question about manualy deserializing a string on the client
side.

First of all, every object I am using (serialize/deserialize) was
generated by wsdl2java

In a very special case I send back to the router a serialized object as
a string (element type = string in the soap message). This "string" was
hand serialized (using the stubs getSerializer)..

Later in the flow I may go and send a soap message to the server and
what comes back in a string element IS this serialized bean. 

What I want to be able to do is deserialize it back into an object.

Since this is a string in a response and there is no envelope, how the
heck can I accomplish this... manually constructing a
DeserializationContextImpl and attempting to parse the string results in
an sax parse exception about there being no soap envelope (which
obviously there isn't).

Any help would be appreciated.. thanks!

M

Reply via email to