authentication for the people that are able to use your web service?
Hi everybody,
I have a problem and please, if somebody could point me to right direction, I will appreciate very much.
I need to send authentication data (user name, password) in each Client call to server,
I can send it as parameter in each function, but I prefer send it in the header of the soap request. If there is a better way to do this in Zend_* please tell me.
Any idea on how can I do this with Zend_Soap_* ???
If you can provide a simple example (client & server code) of the solution will be great, please.
Thanks in advance David.
authentication for the people that are able to use your web service?
Yes, what I want is to be sure that the service its being called by authorized "users" only
I don't have time to set anything up but this is a good resource:
Writing a REST Web Service & Client With Zend_Controller | free Zend Framework screencasts - Zendcasts
isaac
oh Thanks, I'll be looking to it as soon as possible. I really need to do this.
thanks again for the support,
Greetings David.