Link to home
Start Free TrialLog in
Avatar of ezrael
ezrael

asked on

Authentication in SOAP/PHP

Hi!
I built a web service in php, everything is fine. Now I have got to think about authentication: the application that is calling my web service have got to send me a login/password in some way... what can I do? I don't want to simply send and read a post parameter but to use soap header. Can you help?

Thank you so much for reading.

P.S: I am using nuSoap.

ezrael

ASKER CERTIFIED SOLUTION
Avatar of Marcus Bointon
Marcus Bointon
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ezrael
ezrael

ASKER

ok, but specifiying it in the url means that I have got to use get method and this is not really useful ;-)
what about php5's soap extension? how to use it?
You may be able to use the same URL in a POST request. PHP5's SOAP docs are here:

http://www.php.net/manual/en/ref.soap.php
http://www.zend.com/php5/articles/php5-SOAP.php