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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -