Re: Stupid question: how to deserialize/serialize axis data objects

2005-03-09 Thread Michael Thome
I've made some progress on my own worth mentioning... It turns out that the feature of my data that was causing axis so much trouble was the rather deep xml structure passed around by my schema (using xsd:any ##any): NodeImpl.getOwnerDocument has spectacularly bad behavior on deep structures. I

Re: Stupid question: how to deserialize/serialize axis data objects

2005-03-09 Thread Michael Thome
Thanks for the examples. I've got a few followups, if you don't mind... Peter Molettiere wrote: Chances are you're doing it right. My experience is that axis is pretty slow, especially if you have large object graphs to read and write. I sure hope I'm not doing it right, though so far your solu

Re: Stupid question: how to deserialize/serialize axis data objects

2005-03-08 Thread Peter Molettiere
On Mar 8, 2005, at 1:33 PM, Michael Thome wrote: I'd like to be able to deserialize/serialize data in the form of wsdl2java-generated structures from/to arbitrary streams. For instance, if I serialize such an object to a file, I would like to end up with an xml representation of the object in t

RE: Stupid question: how to deserialize/serialize axis data objects

2005-03-08 Thread Dino Chiesa
e a webservices call. -Original Message- From: Michael Thome [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 4:33 PM To: axis-user@ws.apache.org Subject: Stupid question: how to deserialize/serialize axis data objects Here's a stupid question - gotta be a faq, but darned if

Stupid question: how to deserialize/serialize axis data objects

2005-03-08 Thread Michael Thome
Here's a stupid question - gotta be a faq, but darned if I can find the right keywords... I'd like to be able to deserialize/serialize data in the form of wsdl2java-generated structures from/to arbitrary streams. For instance, if I serialize such an object to a file, I would like to end up wit