Author: Manuel Lemos
Posted on: 2017-08-28
Categories: Notable Packages
Many Web services are provided by servers that implement the SOAP protocol.
PHP provides built-in support to sending HTTP SOAP requests to remote servers. However it does not come with direct support to enter the credentials to servers that require user authentication.
This package can create a header to set user name and password for SOAP requests to servers that require them.
Read this article to learn more details about how this notable PHP package works.
PHP provides built-in support to sending HTTP SOAP requests to remote servers. However it does not come with direct support to enter the credentials to servers that require user authentication.
This package can create a header to set user name and password for SOAP requests to servers that require them.
Read this article to learn more details about how this notable PHP package works.
The package WsSecurity is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Create header to set password for SOAP requests
Here follows in more detail what it does:
This package can create header to set password for SOAP requests.
It takes the user name and a password and generate a header for sending a SOAP request to a server and authenticate on behalf of the given user.
The class takes an optional parameter to use digest authentication and the password be encrypted when the request is sent.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Create header to set password for SOAP requests
Here follows in more detail what it does:
This package can create header to set password for SOAP requests.
It takes the user name and a password and generate a header for sending a SOAP request to a server and authenticate on behalf of the given user.
The class takes an optional parameter to use digest authentication and the password be encrypted when the request is sent.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,462,278 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.