slides/oscon-webservices/thanks.xml
Resources
25/25
Results
  • • This presentation: <a href="http://talks.php.net/show/webservices-oscon2003">http://talks.php.net/show/webservices-oscon2003</a>
  • • PHP + SOAP + Amazon <a href="http://www.onlamp.com/pub/a/php/2003/07/03/php_amazon_soap.html">http://www.onlamp.com/pub/a/php/2003/07/03/php_amazon_soap.html</a>
  • • PEAR::SOAP <a href="http://pear.php.net/package-info.php?package=SOAP">http://pear.php.net/package-info.php?package=SOAP</a>
  • • Shane Carvaeo's SOAP Presentation <a href="http://talks.php.net/show/soap-phpcon-ny2003/">http://talks.php.net/show/soap-phpcon-ny2003/</a> (Very detailed.)
  • • <a href="http://www.oreilly.com/catalog/progphp">Programming PHP</a> - Chapter 11 ("XML") (Mostly XML-RPC.)
  • • <a href="http://www.oreilly.com/catalog/phpckbk">PHP Cookbook</a> Recipes:
  • • SOAP: 12.9, 12.10
  • • XML-RPC: 12.7, 12.8
  • • Building & Sending HTTP Requests: 8.9, 11.2
  • • Parsing XML: 12.4, 12.5, 12.6
  • • XML.com's Web services area: <a href="http://www.xml.com/webservices/" >http://www.xml.com/webservices/</a>