I'm using webmethods java service to write a simple parser and I want to know if its possible to know the referenced type of the document passed in pipeline?
For example I have a document passed to the java service and it has a document reference inside, for example BudgetCategory docType. Is there any way to get the reference document Name or type or anything that refers to BudgetCategory?