Click to See Complete Forum and Search --> : Interoperability with .Net Remoting


FaisalJ
February 24th, 2003, 05:30 AM
Hello!

I'm new to .net. I've heard with web servies, web service functions can be called from diffrent platforms. All that is needed is wsdl.

Now If I have a remote object dll (using HTTP formater) hosted in a C# console application, Can I call the methods from a language like Java and platform like Linux?

If, not.....Whats the alternative

Thanks!

pareshgh
March 7th, 2003, 04:53 PM
you may want to use C# Applet and that applet may call the remote component or you can use webservices + WSDL + UDDI,

Paresh