Click to See Complete Forum and Search --> : Help with web services


minnie_lanus
January 17th, 2008, 11:09 AM
Hi, i´m learning about web services, using c#.NET. I don t underestand exactly how web services clases works, for example, i have this class:

public class Service : System.Web.Services.WebService
{
public string ini;

public Service() {
}
}

but, when i take an instance of that class from another place (an other web service, or a web site, for example), i can t use, view or modify the "ini" member. Also, i want to have a constructor of the class Service that take parameters, but VisualStudio don t let me to do that. Somebody can help me? or tell me about a link or manual where this could be clearly explained?
thanks,
Vanesa.
Edit/Delete Message