I am completing a website that I have developed in object oriented PHP.
It would be great if I could open my Application up to Windows Phone (because I love look and feel of the platform).
I have explored opening my application up by making use of the PHP SoapServer
class. I've also looked at REST and retrieving data for my application as JSON, but it feels like a bitty solution.
Therefore, I would like to ask for advice on the following:
- Is the SoapServer class the de facto technique for opening a PHP application up so that another platform (Windows Phone) can make use of it's classes/functions? Or are there other ways that I should consider "opening" my application up?