Dear All,
I have a general question regarding the use of UPOC at outbound threads. So far, we’ve utilized UPOCs in inbound threads, where they are triggered based on a timer and runs in “time” mode. Similarly, I want to trigger an UPOC from the outbound thread. I have created the UPOC in time mode, and I can see that it gets triggered.
My challenge is capturing the message data and sending it as a POST request with NTLM authentication. I aim to achieve NTLM authentication in a simplified way using a Python program, allowing for reuse similar to protocols.
I understand that placing the UPOC in the outbound TPS would enable me to capture the message data and process it as needed. However, I prefer to use the UPOC to direct the interface to an external API and receive the response in the inbound reply queue.
I might not be approaching this correctly, but if you have encountered similar requirements where creating a custom adapter (protocol) was necessary, please guide me.
Thank you.