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开发者_C百科 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
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
I found the solution :
https://sashistore.gostorego.com + /api/v2_soap?wsdl is url
Username and API key will allows you to connect using Magento connector
For Reference Please go through : http://www.magentocommerce.com/api/soap/introduction.html
精彩评论