Tag Archives: message level security

Encrypt and Sign your SOAP messages in PHP

When you are developing a Web Service, you have to think about the security aspects of your service seriously. When it comes to security in web services you have two basic choices. Transport level security – Just SOAP over HTTPS … Continue reading

Posted in security, web services | Tagged , , , , , , , , , , | 3 Comments

Transport Level Security vs Message Level Security

Transport Level Security Message Level Security Secures point to point communication. E.g: Your browser to Apache server Secures end to end to end communication. E.g. Sales Order Request application to Database updating application Not transparent thorough multiple transport protocols, Transparent … Continue reading

Posted in security, web services | Tagged , | 1 Comment