I am in the midst of reverse engineering flow and associated files.
One thing I am a bit stuck on is how db connections are stored.
If you open the NDF file for a “ConnectionData” node you will see something called an “IRT” node, which looks something like this:
CwQAAAABBQEEGQBjAG8AbQAuAHcAbQAuAGQAYQB0AGEALgBJAFMATQBlAG0ARABh
…
As you can see there is a big long encoded string here, which I am presuming contains the connection name, and all the details of the database connection.
But I cannot work out how to descramble it.
Any ideas? Anyone recognise the encoding? I tried base 64 decoding but seemed come out with garbage… could it be binary? I am assuming its serialized from Java some its probably not too complicated…
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services