473,796 Members | 2,537 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking For Code Sample and Request Feedback

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?

Nov 21 '05 #1
3 1357
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

"scorpion53 061" <sc************ @nospamhereyaho o.com> schreef in bericht
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
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?

Nov 21 '05 #2

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

"Cor Ligthert [MVP]" <no************ @planet.nl> wrote in message
news:OO******** ******@TK2MSFTN GP12.phx.gbl:
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

"scorpion53 061" <sc************ @nospamhereyaho o.com> schreef in bericht
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
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?


Nov 21 '05 #3
In article <#0************ **@TK2MSFTNGP12 .phx.gbl>, scorpion53061 wrote:
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
:)

--
Tom Shelton
Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1831
by: ThisIsMe | last post by:
I am using this php email form and it seems to work. But I would like for the option for attn$ Webmaster to go to a different email address than the mymail$ Please be Kind to us newbies... can someone modify this and resend it so I can have the form send to 2 different email addresses? Or maybe three if that is possible determined by what attn$ option is used.
4
1527
by: techy techno | last post by:
Hii I am trying to write down a cdont aplication which will email the survey form to the TO address with the answers checked by the user using the survey form I am 100% sure that there is nothing wrong in the code then why is it not working. It doesn't work on my machine or it works on the usa web server. whats wrong. ?
19
3060
by: Blair Adamache | last post by:
IBM is hosting a user focus session to get feedback on a new design concept for installing software products and maintenance. The information below gives a brief summary of the information about the session. If you are interested and feel that you are qualified, please send an e-mail to Karen Ball at kball@protocolusa.com. Or you can phone Sam Sellers or Flo Tassel at 800-615-9287. Protocol is a recruiting agency that IBM has hired to...
1
1528
by: Rhino | last post by:
What is the correct way to notify the tech writers that one of the sample programs has errors in it? Unless I am mistaken, there is an error in the DtLob.java program in the V8.1 Java/JDBC sample programs. When I copied this program from the manual at the IBM website, I found that the clobSearchStringUse() method didn't behave as the comments described. Also, the comments were inconsistent. To be specific, one comment says that the...
14
2168
by: Arthur J. O'Dwyer | last post by:
Well, I'm trying to write that program that was requested a few weeks back, the one that could take struct definitions and create portable functions to read and write those structs. Hence the 'savestruct' in the subject line. I cannot for the life of me figure out how to parse C declarations correctly! I've come up with an intermediate format that I'd really like to keep, if at all possible, which involves making a linked list (or...
1
1275
by: Dgates | last post by:
I'm learning ASP.NET, C# and VB.NET, and hoping to get some feedback from more experienced programmers on a few issues regarding efficient, readable, well-organized code. I'm trying to program anything I do in the best possible "style," even if it's just a silly experiment (e.g., a simulation to find out the average number of times you have to roll a die before all six sides have come up). With quickie experiments at home, alone, it's...
0
1129
by: Tor Erik Soenvisen | last post by:
Hi, all I would like some feedback on a multithreaded HTTP server I've written. The server serves python-scripts by dynamically loading scripts in the same directory as itself. When a request is made to one of these scripts the script is executed and its output is returned to the requester. Here is the server code, HTTPServer.py: # Basic, threaded HTTP server, serving requests via python scripts # Author: Tor Erik Soenvisen
1
2565
by: evoloyeu | last post by:
hi buddy,the error is: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: java.lang.NullPointerException
0
9683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9529
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10231
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9054
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6792
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5576
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4119
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3733
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2927
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.