Creating Web Services With PHP

วันนี้ค้นหาวิธีการสร้าง Web Services โดย PHP ขอ bookmark รวมลิ้งค์ไว้ตรงนี้ก่อน

http://webservices.xml.com/pub/a/ws/2004/03/24/phpws.html?page=1
http://talks.php.net/index.php/Web+Services
XML and PHP. Part 1: Using The WDDX Functions
PHP and Web Distributed Data eXchange (WDDX)
http://talks.php.net/show/oscon-webservices/1
Transforming XML with PHP
PHP to XML:

http://www.ibiblio.org/xml/slides/sd2000west/xmlandjava/208.html
Hands On: Inside the Tricky PHP-to-XML Project
WDDX:
Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web

Basic specs to know
• XML: http://www.w3.org/XML
• XML Namespaces: http://www.w3.org/TR/REC-xml-names
• XML Schemas: http://www.w3.org/XML/Schema
• WDDX: http://www.openwddx.org/
• REST: http://internet.conveyor.com/RESTwiki/moin.cgi/FrontPage
• XML-RPC: http://www.xmlrpc.com/
• SOAP: http://www.w3.org/TR/soap
• WSDL: http://www.w3.org/TR/wsdl
• Web Services Activity: http://www.w3.org/2002/ws/
Transfer XML with PHP: http://www.xml.com/pub/a/2003/06/18/php-xml.html

Leave a Reply

Your email address will not be published. Required fields are marked *