Archive April 2009

PHP and SOAP 0

Apr5

I’m not a fan of PHP/SOAP but depending on your project, you may need to use a SOAP protocol to access certain API or Webservices.

Being a lazy person, I will post my set of notes and how I build PHP SOAP calls as a reference guide to anyone who may find it useful.

You’ll notice two important functions that aren’t discuss widely:
__getFunctions
__getTypes

These are lifesavers because if you don’t like to read documentations (like myself), then you can run those 2 commands and reverse engineer the available APIs.

continue reading »

All works are licensed under the
Creative Commons Attribution-Share Alike 3.0 Unported License.