Please bear with me as I am new to all this.
I have to build an application in VB.Net that connects with another popular Windows Application also in VB.NET which we will call AppB. The thing is I have done the integration of my VB application to AppB but I am not sure how should I connect myApp (my vb application) to the backend?
The flow is as follows
Basically, Android will invoke the backend to ask something from myApp which will eventually ask the same thing from AppB. AppB will return the response to myApp which will send it back to Android via the backend.
How can I connect the backend to AppB written in VB.NET? I was able to setup SOAP (Web Reference) from myApp to a PHP backend but I don't know how to reverse it, meaning how can I call myApp from the backend?
Thanks in Advance.