We are getting error when we take webreference. The error is
Unable to import binding ‘Mage_Api_Model_Server_V2_HandlerBinding’ from namespace ‘urn:Magento’
Please help us out
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We execute below url in command prompt which is run by Administrator
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin>wsdl.exe /language:cs /out:MagentoService.cs /n:MagentoService http://domain.com/magento16/index.php/api/v2_soap/?wsdl
and We set WS-i Compliance to YES (you need to go to Magento BackEnd on the System / Configuration /Core Api)
after this it has been created proxy class then we update web reference, it will execute without error. We accessed webservice by calling objects
We used magento 1.6.2.0 version. It will give same error for magento version 1.7.0
Regards
Sangamesh Arali