I'm having trouble trying to create a webservice and a client that reads data from it.. Can anybody please post a very simple tutorial.. like a webservice function that returns whatever string parameter was passed to it? Thank you so much in advance...
thanks.. very helpful for the client side (the one consuming the webservice).. any tutorials for the server side? the one providing the service? perhaps an action and a template that returns a WSDL for a webservice function that returns whatever string parameter that was passed to it?
I currently have a SOAP webservice too, but its been implemented using the nuSOAP PHP library. I'm keen to migrate it to symfony and will probably do so in the near future. When I do I'll post again and let you know how I get on.