Click to See Complete Forum and Search --> : help please!


vicky94804
December 2nd, 2002, 02:58 PM
Hello,

I create a web server using asp.net. Is it possible that I can use some other languages which is not .net supported talk to the web server?

Thanks,
yanping

TheCPUWizard
December 6th, 2002, 11:05 AM
How you can talk to the servies is in part dependant on the methods (specifically their parameters) and the returned information.

If all of the parameters are simple types (e.g. string, int, double) the function esily be invoked for any ASP capable browser.

There are many others here who know more on this subject than I, so you may get a better response from one of them.