We built a quick solution for TN documents saved to BizDoc table. Essentially we used the wm.tn.doc:view service, which, when given an internal DocID, will return the document as a BizDoc.
For us the steps were
- Determine the internal DocID for the a particular Sender and external ID number
Select DocID From BizDoc Where (NativeID = ‘%externalID%’ and OrigSenderID = ‘%senderID%’ and DocTypeID = ‘doctypeid’)
- Use the DocID returned for the wm.tn.doc:view service. Saved BizDoc returned.
hope this helps
Ted
#webMethods#webMethods-General#Integration-Server-and-ESB