Hello Experts,
I hope you can help me with my problem. I am using webMethods 6.1 and I have built a service that will convert the contents of a document into XML string and save it to an Oracle database. I now have to write a service to retrieve the XML string from the database and convert it back to a document and then publish it. The only problem I have is that I don’t know how to get the documentTypeName (dynamically) which is a required field for the publish step.
These services have to be able to handle different document types.
I was thinking that I could get the document type name dynamically at the start and insert it into the database as a varchar, then I can retrieve it and publish the document.
I’ve been reading and searching for 2 days now but I still can’t find what I need.
Thanks in advance for your help,
Xochi
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services