Tag Archives: SOAP

Simple PHP SOAP Client

Simple PHP SOAP Client

Simple PHP SOAP Client Recently I was asked to verify email addresses against a client’s SOAP (Simple Object Access Protocol) server to verify data. I have worked with and created RESTful APIs but haven’t really had much experience with creating a PHP SOAP client. Here is what I came up with. What is SOAP? SOAP …