I have a java app. It has 3 important functions that provide important data. I want to create a web interface for this app. I want access these functions (call them) from a PHP and retrieve the returned data. What is the best way to achieve this? I previously created a WSDL web service but I encountered some problems explained here:
and here:
PHP: SoapClient constructor is very slow (takes 3 minutes)
If there's any other way (or a better way), please let me know how can I do it. Thank you in advance.