Request for Login/ Registration Token
DiggBlinkRedditDeliciousTechnorati
question by Nasreen | Moderate
Hi,
I?m working on project where I have two webservices and PHP client.
PHP client has to request for security Token (RegisterToken or LoginToken) from 1 webservice and has to send that token to other webservice to get the service. For security I?m using ws-security (ws-trust). I?m also doing encryption and decryption of php client.
Now the problem I?m having is how can I authenticate with webservice? I have ws-trust code which I will be needed to authenticate but that is in XML and I?m confuse in handling PHP with XML.
I mean I?m not clear how to do authentication using php and webservices.
Could Any one please help in easy steps as I?m newbie in php and xml
Desperate
Nasreen
Post reply
Subscriptions
Re: Request for Login/ Registration Tokenreply by Nasreen Thanks for that Link. I have already been looking on this document.
The problem is how can I apply all this via PHP or in other words how can I manage XML with PHP because Tokens coding is in XML and I have to implements Tokens before XML encryption and signature.
I have manage to call webservice by PHP using SoapClient()
I?m a newbie in PHP +XML
Thanks for your help
Post reply
Subscriptions
Got a PHP Question?
Just Sign Up and ask the top PHP experts!
|