How to get the XML namespace of a Document

Hello,

I search on this forum, and on the webMethods manual (may be not enough ?) without succeed.

I try to get the property XML namespace of a document imported from an XSD.

I can do it with using pub.schema:createXSD with the server document name and then parse the xsd/source, but is there another way to do it ?

The service getNode seems to be to complicate to be used…

An idea ?

Conclusion :

The uses of getNode is not so complicate.

It needs to convert the NSNode to IData (nsNode.getAsData() in java can do it).

And after you can find the information on the IData with a flow service.