Reputation: 991
How to publish limited function in magento soap v2 web services wsdl xml file?
Upvotes: 0
Views: 30
Reputation: 632
One option is you can restrict it by adding SOAP role by providing limited access. To do this login to admin panel :
System > Web Services > SOAP/XML-RPC-Roles and create a new roles.
then click on "Role Resources" tab and select custom option from Resource Access dropdown and select roles which you want to expose through API.
After this create new SOAP user or existing user assign your newly created role.
I hope this help!
Thanks
Upvotes: 0