Dasarathi Swain
Dasarathi Swain

Reputation: 991

How to publishing limited function in magento webservices instead of showing all?

How to publish limited function in magento soap v2 web services wsdl xml file?

Upvotes: 0

Views: 30

Answers (1)

Satish Sojitra
Satish Sojitra

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

Related Questions