How to route xml to TN

Experts -
I tried to use wm.tn.doc.xml:routeXml to submit a XML document to TN, but I couldn’t get it done. I checked Activity Log, and it states - document persisted, process completed. However, I checked Tractions Analysis, I didn’t see any transactions go through.
Can anyone tell me what could be the problem? How could I check if the XML is submitted or not? Or maybe other tips too.

Thank you very much!
Zjin

Make sure you are passing $xmldata string(get it from recordToDocument)an pass it to routeXML service or you can send it as a scope either.since only TN accepts the $xmldata(for xml) and edidata(for edi).

HTH.

Thanks, RMG. It works.