- Mage_Api_Model_Server_HandlerBindingStub
- Mage_Api_Model_Server_HandlerPortType
- Mage_Api_Model_Server_HandlerPortTypeProxy
- MagentoService
- MagentoServiceLocator
пожалуйста, посмотрите мой пост
Код: Выделить всё
package Magento;
public class MyClient {
public static void main(String[] args) {
try{
MagentoServiceLocator msl = new MagentoServiceLocator();
MagentoService ms = (MagentoService) msl.WHICH_METHOD_TO_CALL();
double product_list = ms.catalogProductList;
System.out.println("Product List: " + product_list);
} catch (Exception e) {
e.printStackTrace();
}
}
}
Любая помощь?
Подробнее здесь: https://stackoverflow.com/questions/782 ... reate-a-ja
Мобильная версия