472,958 Members | 2,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

Please advice technology

Hi
I would like to write 2 applications. 1st app sends arguments across network
to 2nd app that returns a result, just as you would if it was within same
application.
The argument sent could be some kind of struct e.g.

What technology should I learn/ apply for being able to do this? SOAP?

regards
JEsper
Jun 30 '08 #1
3 776
"Jesper, Denmark" <Je***********@discussions.microsoft.comwrote in message
news:29**********************************@microsof t.com...
I would like to write 2 applications. 1st app sends arguments across
network
to 2nd app that returns a result, just as you would if it was within same
application.
The argument sent could be some kind of struct e.g.

What technology should I learn/ apply for being able to do this? SOAP?
Since you are asking in a .Net programming group, I assume that you have
..Net on both ends. You may wish to use Windows Communication Foundation
(WCF) which will let you select various communication options (including
SOAP) from a single source code by means of configuration files.

Jun 30 '08 #2
On Jun 30, 9:16*am, Jesper, Denmark
<JesperDenm...@discussions.microsoft.comwrote:
Hi
I would like to write 2 applications. 1st app sends arguments across network
to 2nd app that returns a result, just as you would if it was within same
application.
The argument sent could be some kind of struct e.g.

What technology should I learn/ apply for being able to do this? SOAP?

regards
JEsper
I think you can use web services in this case...

Alcides.
http://alsql.blogspot.com.
Jun 30 '08 #3
Jesper wrote:
I would like to write 2 applications. 1st app sends arguments across network
to 2nd app that returns a result, just as you would if it was within same
application.
The argument sent could be some kind of struct e.g.

What technology should I learn/ apply for being able to do this? SOAP?
If both ends are in .NET and you expect them to stay that way, then
remoting is more efficient than SOAP/HTTP.

(or WCF with endpoint binding="netTcpBinding" and
binding="NetNamedPipeBinding" which I think is doing
approx. the same)

Arne
Jul 1 '08 #4

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

Similar topics

75
by: Howard Nease | last post by:
Hello, everyone. I would appreciate any advice that someone could give me on my future career path. Here is my situation: I am a bright Junior in a very well-respected private high school, taking...
14
by: Jason Daly | last post by:
I'm a freshman at college as a computer science major. I'm not sure it has what I want. Does anyone know if a major commonly exists in web design (focusing in server side languages)? I want to...
5
by: Lloyd Dupont | last post by:
I need to convince my boss to use ASP.NET We will start a new web project soon. he is hesitating between JSP, and ASP.NET. I think I could convince him ASP.NET would be faster to develop, easier...
4
by: Tarun Mistry | last post by:
Hi all, I have posted this in both the c# and asp.net groups as it applies to both (apologies if it breaks some group rules). I am making a web app in asp.net using c#. This is the first fully OO...
3
by: Tony Girgenti | last post by:
Hello. I'm new to all of this. I developed a web consuming windows application/form program with VS.NET 2003, VB, .Net Framework 1.1.4322, ASP.NET 1.1.4322, IIS 5.1. I started converting it...
32
by: Tom Cole | last post by:
I bet 50% of the posts I've read lately have had at least one bad thing to say about every website or book dedicated to javascript. There are clearly a few posters (you know who you are) who...
0
by: toeffetommy | last post by:
Hello, I need a piece of functionality developed for our Website and I need some technical advice on how get there. Essentially, what I want to develop is a browser-within-browser...
11
by: burtonfigg | last post by:
I've read this article: http://www.oracle.com/technology/pub/articles/oracle_php_cookbook/ullman-ajax.html And from reading it thought it'd be interesting to try a bit of Ajax on my site. ...
4
by: James Cooke | last post by:
I've just been laid off and I am freaking out (new wife, new baby 2 months away, new house yada yada yada). (not recommended at this time) Apart from the usual jobsites, (dice, monster etc) what...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.