Magento API
Hi,
I have Problems with the API and coldfusion. I created a User in the Magento,add a role (full access). Via API, i can login ask for globalFaults,resources (List), end Session but i can't make a "call". The Errormessage is always "Web service operation call with parameters {f81d16872c0f408a9d09753c8900f129,product.list} cannot be found."
Do you know something about this problem?
I tested the API via PHP, and id works well.
The code of the login (it works correctly and gives me back a sessionID):
<cfset magento = CreateObject("webservice", this.url)/>
<cfset magentoSession = magento.login("#this.benutzer#", "#this.passwort#")>
The code of the call:
<cfset productArray = magento.call("#magentoSession#", "product.list")>
<cfdump var="#productArray#">
Regards,
Adrian

