update Sun Jun 6 12:37:00 PDT 2010
[pkgsrc.git] / net / p5-eBay-API / DESCR
1 This document describes the installation, configuration, and usage
2 of eBay::API module.
3
4 The eBay::API library is based on the eBay API XML schema and it
5 does not use SOAP to submit calls. Other than differences in the
6 SOAP envelope and the way SOAP reports errors, the calls and data
7 types defined in eBay API XML schema and eBay API wsdl are almost
8 exactly the same.
9
10 You can retrieve the latest version of eBay API XML schema from:
11
12    http://developer.ebay.com/webservices/latest/eBaySvc.xsd
13
14 During installation that document is used to generate the library's
15 call and data type classes.