![]() |
SOAP, the Simple Object Access Protocol, is the powerhouse of web services. It’s a highly adaptable, object-oriented protocol that exists in over 80 implementations on every popular platform, including AppleScript, JavaScript, and Cocoa. It provides a flexible communication layer between applications, regardless of platform and location. As long as they both speak SOAP, a PHP-based web application can ask a C++ database application on another continent to look up the price of a book and have the answer right away. Another Internet Developer article shows how to use SOAP with AppleScript and Perl. Business - List of business/finance/loan/mortgage resources Computers - List of computer hardware/software/peripheral resources Internet - List of webhosting/webdesign/internet marketing resources Software - List of software resources Web Design - List of web design/development resources Web Hosting - List of web hosting resources Web Promotion - List of search engine optimization/internet marketing resources Web Resources - List of other web resources Recreation - List of travel/hotel/cruise resources Casino - List of online gambling/poker/blackjack/roulette resources Health - List of online pharmacy/hospital/health resources Shopping - List of online shopping/gift resources Miscellaneous - List of all other resources not stated above A SOAP transaction begins with an application making a call to a remote procedure. The SOAP client script then encodes the procedure request as an XML payload and sends it over the transport protocol to a server script. The server parses the request and passes it to a local method, which returns a response. The response is encoded as XML by the server and returned as a response to the client, which parses the response and passes the result to the original function.
|
|
||||||||||||||||||||||||||||||||
| © Copyright 2006, pcbusiness.org |