When Published to TN

Hi,
[SIZE=1]My IDOC is being mapped properly to the XML document fields(tags) when seen using debug mode.but when published to TN(after the statement pub.publish:publish)Part of the XML document does not appear in the dispatched XML doc.Does anyone know what could be the problem?

[/SIZE]

“when published to TN(after the statement pub.publish:publish)Part of the XML document does not appear in the dispatched XML doc”

How are you routing document to TN?? Once you publish the XML is your subscribing services using route to TN
via routeXML or tn:receive?? Are you seeing any errors in the logs (error/TN activitylogs)

Is debug mode you mean debug log statement in yoru flow service and checking server log??Make sure your document successfully routed to TN.

Also pls elaborate on your entire process flow mapping/publishing/routing to TN etc…You have to give more information.

HTH,
RMG

thx for quick response.
Debug mode means when I trace it thru step(F7) mode.I follow my flow step by step.I see everything that I have mapped (IDOC to XML elements)is fine but when published(Local) , and I see in TN -Transaction Analysis-Document Details-Content, I find that mapping to the XML elemnts that I have done does not appear in the content and rest of the document is ok., no errors are found in activity log.

Maybe there is a new feature that I’m unaware of, but…

Using pub.publish:publish won’t submit the document to TN unless you have some subscriber doing that. If that’s what’s happening, we’d need to know more about how that subscriber is retrieving the content that is to submitted to TN from the published document.

Why are you using local publish? AND using TN too? Seems redundant.