Looking For Code Sample and Request Feedback

S

scorpion53061

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?
 
C

Cor Ligthert [MVP]

Kelly,

Why do you want it so difficult while what you describe is a webservice.
What is very easy to do on a Server 2003 and with VBNet?

Cor
 
S

scorpion53061

I am not questioning if it is easy. I wanted feedback on what people
thought of what I was talking about. I would prefer to use a Windows
Service but a web service will do to.

Kelly
 
T

Tom Shelton

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?

I think I like Cor's suggestion... It would probably make the process
easier, since the communication infrastructure would already be in place
:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top