How to connect .NET Server with JAVA?

  • Thread starter Thread starter privateson
  • Start date Start date
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
 
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.
 
SOAP or similar would be the obvious contender... although sockets
could perhaps be used too

Marc
 
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

Back
Top