Quantcast
Channel: SCN : Unanswered Discussions - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 6719

java mapping help

$
0
0

Hi experts,

 

please help me with the java mapping code to edit the xml as given below:

 

Input:

<?xml version="1.0"?>

<Record>    

     <ConfigTables>

          <tablename action="SQL_DML">

               <access>some text</access>

          </tablename>

     </ConfigTables>

     <ConfigTables>

           <tablename action="SQL_DML">

               <access>some text</access>

          </tablename>

     </ConfigTables>

</Record>


Output:

<?xml version="1.0"?>

<Record>    

     <ConfigTables>

          <tablename action="SQL_DML">

               <access>updated text</access>

          </tablename>

     </ConfigTables>

     <ConfigTables>

           <tablename action="SQL_DML">

               <access>updated text</access>

          </tablename>

     </ConfigTables>

</Record>


thanks in advance for your help.


Viewing all articles
Browse latest Browse all 6719

Trending Articles



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