xslt - IBM Integration Bus XSL Transform node not generating XML -


i pretty new iib. creating mediation service on ibm integration bus 10. first node soap node , second node xsl transform. complete flow of service

xsl transform working fine soap input when test in different tool. fails here when testing soapui. after transform node, getting output without xml tags (all values appended in single string)

i have no clue why happening. appreciated.

i getting output without xml tags (all values appended in single string) 

iib not assume output of xsltransform node xml. xsl stylesheet can output formatted text. must set 'domain' property in 'output message parsing' section of xsltransform node. set xmlnsc, obviously.

first node soap node , second node xsl transform 

is there particular reason why have chosen use xsltransform node? mapping node or compute node perform better, , more maintainable xsl (unless doing genuinely complex transformations in xsl).


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -