How to connect .NET Server with JAVA?

P

privateson

Hi guys,

I am a coop student.
We are going to convert a C# program into Java.

My question is:
Does anyone of you know how to connect .Net Server with Java?
Since the business logic is inside the .Net server,
we need a way to connect to the .Net server to get information we
need.

Thank you for your help
 
J

Jon Skeet [C# MVP]

My question is:
Does anyone of you know how to connect .Net Server with Java?
Since the business logic is inside the .Net server,
we need a way to connect to the .Net server to get information we
need.

Web services are your friend, basically.
 
M

Marc Gravell

SOAP or similar would be the obvious contender... although sockets
could perhaps be used too

Marc
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

I am a coop student.
We are going to convert a C# program into Java.

My question is:
Does anyone of you know how to connect .Net Server with Java?
Since the business logic is inside the .Net server,
we need a way to connect to the .Net server to get information we
need.

Since you got the same answers in comp.lang.java.programmer as
here, then I assume that you will believe what you are told.

Arne
 

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