NEW Project Magja on Google Code: http://code.google.com/p/magja/ Hi, I am currently writing a Magento Connector for Java. The goal is to create a free wrapper / library to manage Magento informations from a Java application. The latest version (source code) can be downloaded from http://code.google.com/p/magja/ If someone is interested in co-development, please contact my over my homepage, http://www.panticz.de/contact Greeting Pawel How to start: 1. create Magento API role and user http://www.panticz.de/Create-Magento-SOAP-account 2. Extend / patch Magento API (for Attribute) http://www.panticz.de/Extend-Magento-Product-Attribute-Api 2. get Axis Libary (download and extract) http://apache.atviraskodas.com/ws/axis2/1_5_1/axis2-1.5.1-bin.zip extract copy axis2/lib to /usr/share/java/axis2 configure Eclipse right click on you new project File > Properties Java Build Path Libraries Add Library User Library [ User Libraries... ] [ New... ] User library name: axis2 Add JARs select all jars in /usr/share/java/axis2 [ OK ] [ Finish ] Tab: Order and Export check axis2 [ OK ] 3. get MagentoConnection current cource code from http://code.google.com/p/magja/ Eclipse File > New > Other... SVN > Checkout Projects from SVN Next > Create a new repository location Url: https://magja.googlecode.com/svn/trunk/ Next > Select "https://magja.googlecode.com/svn/trunk/" Next > Finish Java Project Next >> Project name: magja Finish Open assoziated Perspective: Yes Confirm Overwrite: OK Right click on magja Maven > Enable Dependency Management # View SVN Repositories in Eclipse Window > Show View > SVN Repositories # Links http://code.google.com/p/magja/ - Java Connector for Magento API http://www.magentocommerce.com/boards/viewthread/37982/ - Java initial source code http://ws.apache.org/axis2/download/1_5/download.cgi - Axis2 1.5 Release (Axis2 Library) http://blog.opensourcenetwork.eu/tutorials/guru/connecting-through-soap-with-magento-1 - Connecting to Magento with SOAP