I am on Magento 1.4.1.1 and I am trying to setup a custom function in the API using SOAP v2. I have it working for SOAP v1 but I need v2 so that C# can use it. For v2 the fu
At first I should warn you that Magento doesn't support SOAP v2 format for now, api/v2_soap/?wsdl is just second version of soap api.
1.
ABT_Test_Model
Because you are writing module which isn't core, you should write
2.
. Should be
in your case.
3.
.
Does this acl section exist in your adminhtml.xml?