Architecture advice...

J

Johni

Hi,
We developped a workstation Windows C++ application (COM, Win32) - so
unmanaged code.
We want to develop a server application that communicates with these
client applications.
This server application could be written with any technology (.net, c+
+...).

So my question is : what is the best and simplest way to connect
these ?

SOAP/DCOM ?
..NET ? (problems with my client application written in C++ ?)

using http as the transport layer is important, so I exclude pure DCOM
connection.

Any advice should be great, because I'm a bit lost in this world in
constant evolution :)

J.
 
M

Michael Nemtsev

Hello Johni,

I assume that the exposing web-services and applying WSE standards will be
the best way based on your requirements

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


J> Hi,
J> We developped a workstation Windows C++ application (COM, Win32) - so
J> unmanaged code.
J> We want to develop a server application that communicates with these
J> client applications.
J> This server application could be written with any technology (.net,
J> c+
J> +...).
J> So my question is : what is the best and simplest way to connect
J> these ?
J>
J> SOAP/DCOM ?
J> .NET ? (problems with my client application written in C++ ?)
J> using http as the transport layer is important, so I exclude pure
J> DCOM connection.
J>
J> Any advice should be great, because I'm a bit lost in this world in
J> constant evolution :)
J>
J> J.
J>
 

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