Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service State Management

Status
Not open for further replies.

mgreer

Programmer
Jan 9, 2001
45
0
0
US
I've developed a .NET XML Web Service to run server-side. I've also developed an ActiveX dll to call the web service using MSXML2 (XMLHTTP40, DOMDocument40). My problem is trying to keep the session state between the two.

My end goal is this: With the first call to the web service, it creates a datatable and returns the first row (serialized as a custom vb class). With the second call it returns the next row. etc...

I've seen tons of examples of how to use ASP.NET Session State, but how would I go about doing this from my activeX component?

I'm not dead set on using MSXML. I just need to get it to work. Any suggestions would be helpful at this point.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top