fgastaldi
04-13-2006, 15:58
I need to get the value of the XML namespace Property from a Document Type. For example XML namespace urn:rosettanet:specification:interchange:SalesReportNotification:xsd:schema:1.0.
I know that a built-in service does not exist to get this Propperty. Wemethods told us to use pub.xml:documentToXMLString and add the namespace declarations to xml strings by populating the "nsdecls" parameter.
We can use the above service, but this does not resolve the problem on how to get the namespace without hardcoding it in the above service.
Does anyone have a flow or java service that can get the XML namespace from the Document type?
I know that a built-in service does not exist to get this Propperty. Wemethods told us to use pub.xml:documentToXMLString and add the namespace declarations to xml strings by populating the "nsdecls" parameter.
We can use the above service, but this does not resolve the problem on how to get the namespace without hardcoding it in the above service.
Does anyone have a flow or java service that can get the XML namespace from the Document type?