Looking For Code Sample and Request Feedback

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

I am looking for a code sample that communicates from a client to a remote Windows Service on another computer over the internet, that is the Windows Service performing instructions the client sends. That being said, I also would like feedback on this.

Currently in my Windows applications, I do a lot of communication with my servers at work from customers to place orders, check stock status etc. The production server is a AIX system and I do screen scraping. The commands are coming from the client and going straight to this server. In addition, the client does the office automation and the actual communication of the commands to this server.

I am thinking in the next release to do this.

Have a Windows Service located on the Windows 2003 Server that all the client does is communicates its intentions to the Service. The service will actually do the communicating of the commands to the AIX Server (it is high overhead on the client). Also, I was thinking that the reporting that is being done could be done by the Windows Service (office automation) and then the documents sent to the client via email or FTP. Then I am freed from Worries about them not having the right office version and those considerations. I could even actually use the XML features within Office 2003 which I have not been able to do up to this point since most of my business customers have refused to upgrade (when I dropped Office 97 support you would have thought I was the devil.) The role of the client would primarily be to maintain the communication with the server but all the work would be done there for each user running the program.

What do you all think of these concepts?

.



Relevant Pages

  • RE: MessageSecurityException when consuming WCF service
    ... a WCF based client server communication application, ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: HELP: send binary replies back and forth ???
    ... a client, not a server. ... simple php function to set the timeout), ... Issues in writing php server are: ... >> and communication then goes back and forth between the server and client ...
    (comp.lang.php)
  • Re: Looking For Code Sample and Request Feedback
    ... I would prefer to use a Windows Service but a web service will do to. ... What is very easy to do on a Server 2003 and with VBNet? ... > I am looking for a code sample that communicates from a client to a remote> Windows Service on another computer over the internet, that is the Windows> Service performing instructions the client sends. ... the client does the office automation and the actual> communication of the commands to this server. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How to check UID of process on the other side of local TCP/UDP connection
    ... Both client and server are on the same local host. ... the problem is that it requires some additional communication between ... Unix sockets (unless of course Unix sockets are the only good way to ...
    (Focus-Linux)
  • Re: Remoting or windows service
    ... the client and the server. ... Does vs.net provide a way to work with the client end and the ... BTW your rundown on the differences between remoting and services was ... > user (which means that a Windows service can run even if there is no user ...
    (microsoft.public.dotnet.framework.remoting)