I Want to modify the xml message using xslt.The challenge i faced is that the xq message is multipart and i was able to do the modifications in only one part.I want information from other parts also.can you please tell me how to do the transformation in other parts also and get the required details.
Out of the box, there's no simple way. You'd either need to write your own custom service or just download the Enrichment Service available from Sonic Code Share (http://www.psdn.com/library/thread.jspa?threadID=12116). The Enrichment Service will enable you to do a lot more than just what you're looking for here.
Janet,
If you're looking at applyling the XML Transformation the same to ALL parts of the msg, you can simply specify "All" or "-1" in the "Default Message Part" init param for the service instance, or in the "Message Part" runtime param if overriding init within the ESB Process service instance step.
If you're wanting to apply a different XML Transformation to the various parts, then, I'm going to agree entirely w/ Jamie and say custom service or the enrichment service type.
HTH.
-Jeff.
I think you want to do the following: