Groups | Blog | Home
all groups > dotnet web services enhancements > october 2005 >

dotnet web services enhancements : Using WSE to talk to a .NET Windows Service?



Michael Herman (Parallelspace/OpenCanal)
10/14/2005 9:27:53 AM
We're creating a Windows Service with the .NET Framework (.NET 1.1 and VS
2003) and have an obvious requirement to send commands and data to control
the Windows Service.

In the Windows Service, we're thinking of implementing a SOAP listener on a
"private port" using WSE to support the above requirement.

In addition, the console for the Windows Service will be able to register
for notifications (which the Windows Service would deliver as SOAP messages
to a port supplied by the console app when it registers with the Windows
Service via a previous SOAP call).

1. Does anyone know of any issues with this approach?

2. Is anyone aware of any sample code that implements a similar approach?

--
Michael Herman
Parallelspace / OpenCanal
OpenCanal Community for WinFS: http://www.opencanal.com/community/winfs

Praveen Pandey
10/17/2005 12:00:04 PM
Hello Mike:
Make sure that you have all your object can be Serializable for sending over
the process boundry using WSE 2.0.
http://msdn.microsoft.com/msdnmag/issues/03/09/XMLFiles/default.aspx will
get you started. use the SOAPClient and SOAP Server classes...



Thanks
Praveen


"Michael Herman (Parallelspace/OpenCanal)"
[quoted text, click to view]

AddThis Social Bookmark Button