- Log in to post comments
User bio
404 bio not found
Member since Nov 11, 2020
Posts:
Replies:
Well, this has got me ordering the hardware already!
I can't wait to get my hands on the repo, and look forward to the inevitable battle with our security team (which, to be fair, would be within their rights to be concerned).
- Log in to post comments
The method that seemingly doesn't exist is "NameList" which you are attempting to call from your method "GetLastMethod".
You can demonstrate this by adding a trace before and after the following line and seeing that it never hits the second trace:
Set tSC = ..Adapter.NameList(.tFileList, ..FilePattern)The adapter for the file passthrough service is EnsLib.File.InboundAdapter, and this does not contain a method called NameList.
- Log in to post comments
Certifications & Credly badges:
Julian has no Certifications & Credly badges yet.
Followers:
Following:
This is a really interesting approach to try enable the ability to view the content of the https request being made, but it is worth noting that mitmproxy routinely triggers antivirus software, and therefore might not be a viable option for many.
I instead had to opt for throwing together a quick and dirty nodeJS app to get eyes on the output of the EnsLib.HL7.Operation.HTTPOperation to understand why I was hitting a snag with a supplier. Turns out the content-type from this operation is text/html and the supplier was expecting text/plain...