Hi,
Can I have parameterful web service constructor ? I.e.
public class WS : System.Web.Serv ices.WebService {
public WS(int A) {...}
...
}
Becuase I made it in Visual Studion .NET 2003, it is O.K. but when I want to
update Web service for client from Visual Studion , Visual Studio makes
parameterless definition for client.
Much thanks.
Can I have parameterful web service constructor ? I.e.
public class WS : System.Web.Serv ices.WebService {
public WS(int A) {...}
...
}
Becuase I made it in Visual Studion .NET 2003, it is O.K. but when I want to
update Web service for client from Visual Studion , Visual Studio makes
parameterless definition for client.
Much thanks.
Comment