Howdy all

I am trying to deserialize a Axis generated class (and subclasses) of
anxsd conplex type which i have generated with WSDL2java.  

I have theserializer working  and can serialize the object just to xml
just fine(Thanks to Toshiyuki Kimura's SerializationTester as a
framework to work from).   But im having some problems with the
deserializer.  Since i dont have a valid soap envelope.  
I cant seem to find a way to get a DeserializerContextImpl to parse the
object as an object and not just an envelope.  Possibly as a Document
Style soap message where the Body is just the soap encoded object.

What im trying to do it save the Object into a database in XML form
(toallow other non java applications easy access to it) and the retrieve
it back as an Object in Java when needed.  Does anyone have any
suggestions how i might be able to deserialize this?

Thanks
-=Brian
-- 
FLY TECHNOLOGY, L.P.
 
Brian Towles
Senior Engineer

512.329.8444    Main
512.329.8483    Fax
[EMAIL PROTECTED]
http://www.FlyTechnology.com

Reply via email to