Hi,<BR>I have developed a webservice which contains several methods. These refers<BR>to an external dll kept in session (in the asmx page). Up until this point<BR>the system works fine.<BR><BR>Then, I have the necessity to create a consumer (aspx file) of this<BR>webservice. In order to use the webservice methods in a sequential order<BR>(i.e. call it once, then twice etc.), I need that the consumer refers always<BR>to the same object instance in the asmx file. I mean, I'd like to mantain<BR>the state on between calls.<BR><BR>It seems that SOAP doesn't mantain the state between the consumer and<BR>webservice.<BR><BR>Any suggestion?<BR><BR><BR><BR><BR>