This weekend i decided to do a little application to interact with Ebay. In its source it will use the Ebay Findig Api.
My solution is based in Java(V1.6) though Ebay lets you use PHP, JSON etc. Besides Java i’m using.
To interact with Ebay one has to their WSDL and with it generate the classes. First, open a shell and execute :
just to check if you already have that app, if not, download the java JDK package by writing on the console :
then, generate the classes by executing in a shell :
and as result you will get all the classes generated in :
Then we have to import this classes to Eclipse project, to do so:
Import the new .class to the project