How to setup custom api for Magento with SOAP V2?

后端 未结 3 959
孤街浪徒
孤街浪徒 2021-01-19 20:59

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

3条回答
  •  终归单人心
    2021-01-19 21:46

    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.test/api. Should be abt_test/api in your case.

    3.test/foo.

    Does this acl section exist in your adminhtml.xml?

提交回复
热议问题