Hello,
I have one a .fidl file with two methods, say a) method-1 and b) method-2 both methods has single input and output each.
And on writing the code (C++ on both client and server side) and building we will get two excutables client and server. (I am using the common API SOME/IP C++) Where in normal scenario, client calls the method present in the server. But I need those executables to work in different way i.e:
1. executable-1 should be client for the method-1 and also act as server for method-2.
2. executable-2 should be server for the method-1 and also act as client for method-2.
Sorry if I am wrong here. I need to know if it is possible. Because I tried as per my understanding but nothing worked for me. So I kindly request you to suggest me if any resolution available on this.
Kindly help me on this.
To have more clarity, I have attached the pictorial representation too. Any suggestion will help me a lot.
Thanks in advance.
example_franca.png
Regards,
Siddhartha V