info_rene
Lurker
Hi everyone,
I'm developing online solutions basically on browsers using the combination of these technologies (ie. Classic ASP, PHP, jQuery, Ajax, Web services/WSDL) in several programming languages. Currently I am studying Android programming (mobile solution type). I created a WSDL file which is exposed to the internet now with a name "rexService", referenced code below;
www.retailplus1.com/foodpos/rexService.WSDL
Coded a method names;
1. "toCelsius" passing a string varFarenheit and the result string varCelsius
2. "toFarenheit" passing a string varCelsius and the result string varFarenheit
The question is; how do I code these conversion farenheit to celsius in Android codes? Could anyone access my web service in android same as the example in w3schools.com? And one more thing, my web service is deployed as COM+ (component) and I'm not using .NET
My webservice is already working in VB, C# and Cobol. Now I need to call it in Android (mobile phone).
Help anyone?!?
I'm developing online solutions basically on browsers using the combination of these technologies (ie. Classic ASP, PHP, jQuery, Ajax, Web services/WSDL) in several programming languages. Currently I am studying Android programming (mobile solution type). I created a WSDL file which is exposed to the internet now with a name "rexService", referenced code below;
www.retailplus1.com/foodpos/rexService.WSDL
Coded a method names;
1. "toCelsius" passing a string varFarenheit and the result string varCelsius
2. "toFarenheit" passing a string varCelsius and the result string varFarenheit
The question is; how do I code these conversion farenheit to celsius in Android codes? Could anyone access my web service in android same as the example in w3schools.com? And one more thing, my web service is deployed as COM+ (component) and I'm not using .NET
My webservice is already working in VB, C# and Cobol. Now I need to call it in Android (mobile phone).
Help anyone?!?

