Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
How could I go about passing values from 1 service to another? For instance, someone's account information. They provide login information to an authentication service and then that authentication service passes certain account information to another service I have running?
If it works... don't worry, I'll fix it.
Posted
If its webservices i guess you could just add the reference, then create the service object and use that? What do you mean my "services"?

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Posted
what are they, you mean stuff like net message, printer spooler service etc etc? If so i dont know anything about them..

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Posted

They would be custom made services. For a chat program that a friend of mine and I are writing. We want to run a couple of services on a Win2k machine, one for handling authentication and one for "being connected" and transferring messages between users. And on top of that, we want to take an administration program, that we are also creating, and be able to read data from the "connected service", and see who is connected.

 

Anyone have any idea of how to retrieve info like this from a windows service and pass values between these services? Or would a main administration program to handle everything, be the way to go?

If it works... don't worry, I'll fix it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...