ladson
04-20-2006, 13:54
I can successfully launch TN with routeXml, delivering POAccept and PORequest docs, but I am having trouble getting routeBizdoc to work.
Here is my flow:
1. MAP (place hardcoded xml for POAccept into a variable)
2. xmlStringToXmlNode (convert the POAccept xml string to a node)
3. xmlNodeToDocument (convert the node to an IS doc)
4. recordToBizdoc (convert the IS doc to a bizdoc)
5. routeBizdoc (send the bizdoc to TN)
The doc is received by TN but its content is empty. The POAccept doc type is defined in TN, but no bizdoc type is defined.
Any suggestions?
Here is my flow:
1. MAP (place hardcoded xml for POAccept into a variable)
2. xmlStringToXmlNode (convert the POAccept xml string to a node)
3. xmlNodeToDocument (convert the node to an IS doc)
4. recordToBizdoc (convert the IS doc to a bizdoc)
5. routeBizdoc (send the bizdoc to TN)
The doc is received by TN but its content is empty. The POAccept doc type is defined in TN, but no bizdoc type is defined.
Any suggestions?