PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » Services_Ebay » Bug #9496

compatibility with Unified Shema

Details

Request #9496compatibility with Unified Shema
Submitted2006-11-29 10:29 UTC
Fromfred at pooloo dot com
StatusDuplicate
PackageServices_Ebay
PHP Version5.1.5
OSWindows and Linux Ubuntu
Roadmaps(Not assigned)

Comments

[2006-11-29 10:29 UTC] fred at pooloo dot com

Description:
------------
Hi,
I've tested your php API and ebay tells me that the calls are'nt compatible with Unified Shema, because they still use the XML api calls.
I'm using your latest stable version of Service_eBay

Is there normal?
May i have to select another php API to use eBay, or there is another possibility to use a PEAR package for Service Ebay?

Thanks for your response

best regards,

Fred. Gontier

Actual result:
--------------
Services_Ebay_API_Exception: The Legacy XML format used in this request is no longer supported. All applications should migrate to the Unified Schema to avoid loss of service. For more information please see http://developer.ebay.com/migration/. in C:\php5\PEAR\PEAR\Services\Ebay\Call.php
on line 114
Exception trace
Function 0
Services_Ebay_Session->sendRequest('GeteBayOfficialT…', Array, 1, true)
C:\php5\PEAR\PEAR\Services\Ebay\Call.php:114 1
Services_Ebay_Call->call(Object(Services_Ebay_Session))
C:\php5\PEAR\PEAR\Services\Ebay\Call\GeteBayOfficialTime.php:2 in C:\php5\PEAR\PEAR\Services\Ebay\Session.php on line 490

[2007-02-02 09:34 UTC] amir at php dot net

Thank you for taking the time to report a problem with the package.
This problem may have been already fixed by a previous change that
is in the CVS of the package. Please log into CVS with:

cvs -d :pserver:cvsread@cvs.php.net:/repository login

and check out the CVS repository of this package and upgrade

cvs -d :pserver:cvsread@cvs.php.net:/repository co pear/Services_Ebay
pear upgrade pear/Services_Ebay/package2.xml

or

pear upgrade pear/Services_Ebay/package.xml

If you are able to reproduce the bug with the latest CVS,
please change the status back to "Open".
Again, thank you for your continued support of PEAR.

The skeleton and some of the calls are fixed in CVS, please use CVS version as the latest stable one is not supported by eBay.
I've difficulties in updating the whole of package and seems there's no volunteer to help me.