Search code examples
web-servicesmagentomuleconnector

Help with Mule Magento Connector


I have been trying for a while to get working the Mule's Magento Cloud Connector. However I have had no success.

I am using magento 1.6.0, mule 3.1.2, and the Mule's Magento Cloud Connector 1.2.

My code and the error stack that I'm getting after trying to execute it is in here: http://forums.mulesoft.org/thread.jspa?threadID=6286

I appreciate any help you can provide me

Regards Leo


Solution

  • I have found my problem. The connector's documentation is not clear about which address you should use when configuring it. I was using .http://mymagentohost/. But the address that should be used was .http://mymagentohost/index.php/api/v2_soap/ or .http://mymagentohost/index.php/api/soap/ in case of using the first version of the API.

    Regards Leo