There were some bad names used in 4.6 for XML/Node services. But essentially you’ve always had many options for getting a doc into TN from within an IS flow. When TN calls your flow it hands you a bizdoc. Then you usually call bizdocToRecord. Then you map from the record reference to another record of a different type, call recordToBizdoc and then you can call wm.tn:submit.
I’ve also converted a string to a Node (stringToDocument) then called wm.tn:recognize and then wm.tn.route:routeBizdoc. In 6.0.1 it’s xmlStringtoXMLNode.
You could call stringToDocument, then wm.tn:receive which would act like an external client (doing the security checks).
You could do an HTTP post of a string to wm.tn:receive as well. Just make sure you match the input parameter types for the TN service you invoke.
Will
#webMethods#B2B-Integration#Integration-Server-and-ESB