davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

XSD Based Class Generation #29

Closed henryturk closed 8 years ago

henryturk commented 8 years ago

@davidtsadler What are you using to generate the classes from the Ebay XSDs?

Or rather, what do you recommend we use if we want to test different version of the Ebay API?

davidtsadler commented 8 years ago

Which service and version of the API are you wanting to test? You may get away with just specifying the version number in the apiVersion configuration option.

henryturk commented 8 years ago

I guess I was more curious on what you were using to programmatically generate the classes than to actually test different versions of the API.