Page 1 of 1

using web services in java .net and php

Posted: Thu Jan 17, 2008 12:55 am
by hannnndy
we want to rent a dedicate server in order to run web service on it
and we are using asp.net,php & Java web services which server do you suggest us to rent windows or Linux

Please Leave us all of your solutions

Re: using web services in java .net and php

Posted: Thu Jan 17, 2008 1:17 am
by Christopher
If you need to run .NET then unfortunately you need to run Windows.

Re: using web services in java .net and php

Posted: Thu Jan 17, 2008 4:46 am
by hannnndy
Do you not recommend axis program in order to run .net framework on Linux servers which some people say is standard two run .net on Linux

have you any Idea or better solution or recommendation
please help its very important for us to have both of em Java and .net :!:

Re: using web services in java .net and php

Posted: Sun Jan 20, 2008 11:23 pm
by samisa
You cannot run .NET on Linux. But you can talk to a .NET service using PHP or Java. On PHP front, you can use PHP Web services framework and hot it both on Linux or on Windows and it will work with Java and .NET.

If you want .NET, you got to use Windows. But if you want PHP or Java, both Windows as well as Linux would work.

Re: using web services in java .net and php

Posted: Mon Jan 21, 2008 2:58 am
by Maugrim_The_Reaper
http://www.mono-project.com/Main_Page

Just be aware Mono has a maximum supported version of .NET which is generally quite a bit behind the most recent .NET version so the very latest functionality in .NET will not be available on Mono. There are of course other concerns besides this, and in general you'd need to target Mono for your application to ensure it's compatible at the end of the day.