webservice question

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

Hi,
Can a webservice contain a paramterized contructor ( can't the
contructor take parameters )?

If two users make an initial call to a webservice, are those users
accessing different instances of the webservice object on the server?
(assuming the service is not designed to be a singleton)

thanks
 
Back
Top