Web Services

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 Jahre weitere
Hi, I am trying to get the web services to work. I referenced the NopService and my code so fare looks like this

NopServiceClient client = new NopServiceClient();
client.Open();
client.AddOrderNote(1, "my test note", false, "[email protected]", "myPassword");
client.Close();

However when I run the program I get an error saying "Web Services plugin cannot be loaded" from mscorlib.

I have set up the webservices plugin and I am using NopCommerce 2.4. The credentials I provide to the AddOrderNote method are to an admin account for my cart.
11 Jahre weitere
Devora - I will be writing a web service for my version 2.8 soon. In the meantime I found this post which you might relevant.
https://www.nopcommerce.com/boards/t/5059/web-service-client-application-netvb-available.aspx

Good luck.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.