Showing posts with label signing. Show all posts
Showing posts with label signing. Show all posts

Signing SOAP Headers In PHP Web Services

Tuesday, November 18, 2008

Signing meta data of SOAP headers, can be as important as signing the SOAP body which contain the actual data in your business. This post "Signing SOAP Headers In PHP Web Services" talk about how your PHP web service providers and consumers can sign SOAP headers.

Short note for Web Services Security API in WSF/PHP 1.3.2

Sunday, August 17, 2008

I wrote a little short note on how you can use WS-Security with WSF/PHP 1.3.2 in here. http://www.dimuthu.org/blog/2008/08/18/web-services-security-in-wsfphp-132/

Encrypt and Sign your SOAP messages in PHP

Thursday, August 14, 2008

I wrote a blog about How to Encrypt and Sign your SOAP Messages in PHP. You can find out the two basic choices you have in securing soap messages + some links on how to develop them.