Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3116

Re: Remove Soap XML tag from Sender JMS channel

$
0
0

Hi Tomar,

 

Use below XSLT mapping to remove SOAP envelope tags.

<?xml version="1.0" encoding="utf-8"?><xsl:stylesheet version="1.0" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">   <xsl:template match="@*|node()">      <xsl:copy>         <xsl:apply-templates select="@*|node()"/>      </xsl:copy>   </xsl:template>   <xsl:template match="SOAP-ENV:*">      <xsl:apply-templates select="@* | node()"/>   </xsl:template></xsl:stylesheet>

result.xml.png

Regards,

Praveen.


Viewing all articles
Browse latest Browse all 3116

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>