Web Service Constructo

I have a web service. In its constructor I do some validation process . But I notice that this process is not done until I call a method from my webservice. Is like the constructor is not called when I create the object with "new", only is called when I access a method.

How does this works?

thanks!

[304 byte] By [Tomielp] at [2007-12-16]
# 1
Web Services are stateless objects that are recreated on every method call.
DavidM.Kean at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified