Monday, December 2, 2013

nopcommerce Web Services API / Plugin - find the web service URL


Access NopCommerce web services API


Go to Plugins -> Nop.Plugin.Misc.WebServices

nopcommerce Web Services Plugin - web service URL



























First Go to admin area > configuration > Access Control List and configured 'Access Web Service' permission.

INopService - defines all the API.

Web service URL - here you will find your service url
http://www.yourStore.com/Plugins/Misc.WebServices/Remote/NopService.svc

If you are running on localhost
http://localhost:port/Plugins/Misc.WebServices/Remote/NopService.svc

you can add your API's to INopService  or you can add new service.Also you can change web.config in Remote folder to add more configuration to your service.









No comments:

Post a Comment