Hi
I want to call a web service on a console program. I find a code and it has "System.Web.Services.Protocols;" namespace. But when add this namespace in my code, VS doesnt recognize this. Have anyone work with this namespace? How may I add this?
Regards.
Loading
Jignesh TrivediPosted Feb 26, 2012, 11:00 PM
Yes you take refernce of "System.Web.Services" name space.
hope this help.
VulpesPosted Feb 26, 2012, 9:02 AM
If you right click on References in Solution Explorer and then choose Add Reference from the drop down list, you should find this dll under the .NET tab.