how to implement ws-security 1.1 in php5

Posted by Sam Segers on Stack Overflow See other posts from Stack Overflow or by Sam Segers
Published on 2010-06-07T08:09:04Z Indexed on 2010/06/07 8:12 UTC
Read the original article Hit count: 272

Filed under:
|
|
|
|

I'm trying to call a webservice with Soap in PHP5, for this, I need to use WS-Security 1.1.

(In java and .NET this is all generated automatically.)

Are there any frameworks available to generate the security headers easily in PHP? Or do I have to add the entire header myself ?

Specifications of WS-Security 1.1: http://oasis-open.org/committees/download.php/16790/wss-1.1-spec-os-SOAPMessageSecurity.pdf

© Stack Overflow or respective owner

Related posts about php

Related posts about soap