I am trying to implement a DFE for downloads that use Content Type "application/pdf", so that i can parse out the text and return it in a string object instead of the default raw binary.
I have working Java code that does the decode and puts it into string and I have followed the example for DFE, but I can't get the module to actually work and return a decoded string in NeoLoad. In the Check User Path I still get the undecoded binary data.
I've added the DFE jar to the project Modules. I've tried re-recording the workflow, it makes no difference.
What is the magic to get it to work?
Code is very simple and I've attached the .java files of binder and decoder.