davidtsadler / ebay-sdk-examples

Several examples of using the eBay SDK for PHP
http://devbay.net
Apache License 2.0
184 stars 100 forks source link

Error 500 with BulkDataExchangeService #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi,

I have to send tracking informations to ebay and found your sdk-examples.

I tried to test your example <04-set-shipment-tracking-info> but always get this error:

Guzzle\Http\Exception\ServerErrorResponseException: Server error response [status code] 500 [reason phrase] Internal Server Error [url] https://webservices.sandbox.ebay.com/BulkDataExchangeService in C:\Roesgen\Projects\PHPStorm\ebay-sdk-examples-master\vendor\guzzle\guzzle\src\Guzzle\Http\Exception\BadResponseException.php on line 43

The configuration should be fine, because <03-simple-keywords-search> works.

Do you have any idea?

Thanks for any help. Frank