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

Re: JDBC to IDoc mapping

$
0
0

go for XSLT mapping.

here you have an example of an XSLT used for a similar case of you

 

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="urn:company.com:smallworld:prefact">

          <xsl:template match="stmn_response">

                    <ns0:MT_ListaRuta>

                              <RESPUESTA>

                                        <RUTA>

                                                  <xsl:value-of select="SALIDARUTA" disable-output-escaping="yes"/>

                                                  <RutaId><xsl:value-of select="position()"/></RutaId>

                                        </RUTA>

                              </RESPUESTA>

                    </ns0:MT_ListaRuta>

          </xsl:template>

</xsl:stylesheet>


Viewing all articles
Browse latest Browse all 9024

Trending Articles



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