|
Posted by David Gillen on 08/14/07 08:39
jdbartlett said:
> Can anyone recommend a PHP SOAP library that covers digital signatures
> and verification, or just with very good documentation?
>
> I'm very new to SOAP, but need to write a signature-making SOAP client
> and signature-verifying server as part of an integration project. I'm
> currently exploring PEAR::SOAP but am finding its documentation
> unsatisfactory.
>
> I'm looking for a library that either has inbuilt signature/
> verification capabilities, or allows me to feed outgoing payloads
> through XMLSec before sending them to the server. Can I do this with
> relative ease using PEAR::SOAP?
>
There is also nusoap. I'm not sure if it provides the functionality you
require, you'll have to decide that for yourself.
> As an added complication, this project is aimed at a PHP 4 server. I
> don't think we can upgrade it for this project.
>
Tell them to move to PHP5. Much better support for SOAP. Plus from the end of
the year PHP4 will no longer be fully supported, see www.php.net for more. A
big incentive for them to upgrade. Or get a new server for this project to
sit on.
D.
--
Fermat was right.
[Back to original message]
|