You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Houman Moshtagh <de...@yahoo.de> on 2002/06/25 17:39:16 UTC

How to deserialize IXMLDOMNodeList in Java??

Hi friends,

 

I get a XML 4.0 DOM NodeList from my VB Web Service.

How can I deserialize it in Java?

 

I've tried it with making a "org.w3c.dom.NodeList object" und put the
result in that but it fails.

Has anybody an idea how to do that?

 

I appreciate every help,

Regards

Houman