Archive: apache axis

 

Posts Tagged ‘apache axis’


My goal is to get all attributes listed in Catalog -> Attributes -> Manage Attributes Admin Panel section using SOAP API call. When I am calling stub.catalogCategoryAttributeList(sessionId) Note: Java, Apache Axis used to make this call. In php it’s related to this call – http://www.magentocommerce.com/wiki/doc/webservices-api/api/catalog_category_attribute#catalog_category_attribute.list I am getting a limited set of attributes for some [...]



 

My goal is to get and display all additional attributes for the Magento product using SOAP API. For example Gender, Shirt Size and Color for T-Shirt product. But the program shouldn’t know the attribute names. In the SOAP Call: catalogProductInfo there is additional attributes parameter and it looks like I have to explicitly specify additional [...]



 

Hello, experts! I need to build Special Java Api to wrap Magento Api. After struggling with several Magento bugs, I am finally able to login and get session id; but any method I call leads me to an error. The error is: Procedure ‘*procedure name*’ not present I generated Java code from wsdl using Eclipse [...]