Hi ,
I am new to web services and I need to write one in PHP. What I understood is thath web services are based on XML , that is the client sends a request to the server which responses as an xml format and that format can be used by the client.
I have seen that there are various ways to implement them either using SOAP, XML_RPC or Restful ...
I need you advice in which way to choose. I was thinking about REST and was also looking for a good PHP framework (may use either Recess and Codeigniter).
My application is like that.
1. There will be an XML file generated by a script and then automatically imported to the Mysql database.
2. On the other side, a user will be able to connect to the database through an HTTP request (from any machine/cellphone) and retieve info.
If anyone can please correct me and set me on the right path by providing more info and experience in this field.
Thank you all