I have an existing an web services(asp.net + C#).
Now i added new [WebMethod] to web service.
while adding the reference to the window application for the web service I am not able to access the new method i created, rest are accessible.
Code:
WebService.Processor obj =null;
obj. ..........
while accessing thru the object of the web service i cannot acces the new method i ceated.
Any solution
Vivek Shah