2017-02-10
1.0.0
Praveen Thakur
9.1.301.0
All
Java
Applications
[Overview]
This extension will help in extracting the XML block of particular node and return the same as String.
[Detail]
This extension will help in extracting the XML block of particular node and return the same as String.
Example:
<Application>
<Account>
<AccountNumber>1234</AccountNumber>
</Account>
</Application>
Now if you want to extract each of the Account block as string
i.e.
<Account>
<AccountNumber>1234</AccountNumber>
</Account>
then pass complete Xml as 'RequestXml' and Account as 'Node' as input parameter to the extension.