No. The coupling between document and a document type is a design-time only facility managed by Developer. At run-time, IS has no knowledge of which document type a document conforms to.
Mark is referring to getting the name of the root element of an IS document, which is conceptually the same thing as querying the root tag of an XML node. If that root element/tag matches the name of the document type, then you’re part way there.
But as he mentions, there is no way to determine the fully-qualified name without making assumptions of some sort.
The IS document type is not stored in any way within an IS document so there is no other way to connect a document to a document type other than examining the contents for identifying tags/values and making assumptions.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services