Hello, i hope I'm not making a re post. But i have an issue.
I am using TDI 6.1.1 to parse an XML file with multiple tags. However
i found out that using the parser configuration from the XML parser in
TDI he is not able to read (or make him read) the ones i am interested
to read, and he remains stuck to the first two tags
I understood that using some scripts in the Hook tab might help me in
this situation, but i have no experience in Java Coding
Is there an easier way to go around this issue, does someone has any
directions that can point me to regarding the scripts.
The XML looks like this, and I'm interested in parsing what's under
<infrastrukturRecord>.
<?xml version="1.0" encoding="UTF-8"?>
<Message xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<MessageHeader>
<Sender>ITAM</Sender>
</MessageHeader>
<InfrastrukturBody>
<infrastrukturRecord>
<TECHNISCHE_ID></TECHNISCHE_ID>
<HOST_ALIAS>v037za</HOST_ALIAS>
<PLATTFORM>Test</PLATTFORM>
<OS></OS>
<OS_VERSION></OS_VERSION>
<SAP_NR></SAP_NR>
<STANDORT></STANDORT>
<RAUM></RAUM>