Hi Experts,
We have a requirement for sending xml file to TN where we are passing senderID and filename in TN_parms in service wm.tn:receive. These values are not coming in the xml data, so i have to pass them as TN_parms.
I need to view these values in Transaction analysis as an attribute.
In the Document Type defined in TN , I have set the root tag of xml in TN document type and i am trying to extract the filename value as an attribute using query TN_parms/filename but attribute value is showing as blank in transaction analysis.
While debugging processing rule action service , I can see that TN_parms do have the filename value in it.
Am i using the correct query to fetch filename or is there any other way of achieving this.
As a workaround, I have used setAttribute and updateAttribute service in processingRule action service and there only I have fetched TN_parms data and mapped it to Bizdoc attribute.
Thanks,
Amit
#B2B-Integration#Integration-Server-and-ESB#webMethods