Hi,
We have a protocol that implements several InterApp calls. Both the protocol and the automation script are using Nuget SLC.Lib.Common version 1.2.2.2 in order to use InterApp calls. However when sending the InterApp call from the Automation script to the protocol we can see that the protocol processes the request correctly and it sets the response on the correct parameter 9000001. But the automation script does not receive the response and it times out.
Here's the code snippet:
Would anyone have a clue of what is going on?
Thanks,
Jason
Hi Jason
A couple of things I would check in the implementation are
- The protocol is assigning the correct Guid to the response message in the executor (response Guid must match the message Guid)
- The same serializer is being used by both sides of the communication
These are some things I overlooked in the past and that could help