Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
CocoaSOAP
Last Revision: | Version 1.0, 2005-06-06 Demonstrates implementing a SOAP client and server in Cocoa. |
Build Requirements: | Mac OS X 10.4 |
Runtime Requirements: | Mac OS X 10.4 |
This examples uses Cocoa NSXML and NSURL APIs to show one technique for accessing SOAP services on the Internet. A simple server is included to implement the SOAP service being accessed by the client, which reuses the basic HTTP server class from the CocoaHTTPServer example. The Xcode project builds two command-line programs; the Client program accepts two floating point numbers as parameters, and sends them to the Server to be added, then prints the returned result.
Copyright © 2005 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2005-06-06