molotovbliss / csharlibformagexmlrpcapi

Automatically exported from code.google.com/p/csharlibformagexmlrpcapi
1 stars 0 forks source link

XmlRpc Server exception #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I downloaded the library and open the solution file in vs 2008. I setup user 
and role with all priviliges in magento admin panel.

I am running mangento no localhost so my url to xmlrpc api should be 
http://localhost/magento/api/xmlrpc/ 
is it correct?

But after replacing username and apikey in Program.cs, when i run the project 
it throws following error.

"Not Found"
"CookComputing.XmlRpcV2"
XmlRpcServerException

What is the issue?

Original issue reported on code.google.com by amaan...@gmail.com on 10 Jun 2012 at 6:46

GoogleCodeExporter commented 8 years ago
I changed the url to following
http://localhost/magento/index.php/api/xmlrpc

it worked..................

Original comment by amaan...@gmail.com on 10 Jun 2012 at 7:01