Hi,
I am getting very strange problem. Let me explain you.
I have class library,web service and window application. Web service
is interface between class library and window application. When I
create an instance of class from class library which has constructor
where I set some values, then I send it to the web service for
business processes but those values which I set from class constructor
are over written some how.
I debugged the web service and found that the constructor is called
and the defined value is also set but after constructor all the public
properties' set method is called where my value from constructor is
overwritten.
Please let me know what am I doing wrong.
Thanks,
Nis
Mariano Omar Rodriguez - 23 Feb 2007 00:55 GMT
The WebServices are stateless, in order to keep state in a web service you
have to enable the session.
> Hi,
>
[quoted text clipped - 16 lines]
> Thanks,
> Nis