Magento Expert Forum - Improve your Magento experience
-
Magento API programmatically change WSDL WS-I compliance based on User or Role
I am using Magento CE 1.5.1
I have two API users consuming WSDL API, one of them requires WSDL to be WS-I compliant while the other requires it to be WS-I non compliant. Magento Admin allows WS-I to enabled or disabled to all users. How can the WS-I compliance changed programatically based on User or Role?
View more threads in the same category:
-
-
Junior Member
This is something magento doesn't support at a moment so that we have to edit/extend the core. It is not too complicated, you just need to look at api php file then catch the case of user api id call and change the param WS-I compliant to 0 or 1. Good luck
-
The Following 2 Users Say Thank You to jane12 For This Useful Post:
arshaqkhan (06-12-2013),david (06-12-2013)
-
hi jane,
can you help me on how to catch the case of user api id call?
-
-
Moderator
As what I know the mode are set before user authentication, so that we can't base on user to set mode.
-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks