Why PHP Web Services?

I was wondering, why should one bother about SOAP Web services in PHP? Why can't you use REST and be done with it?

Well, the key is security. Using https you can get end to end, but with WS-Security, you can secure the full message, beyond the transport level. Hence it is harder to crack. And quite customizable as well.

Comments