I
Idelso Quintero
Hi everyone:
I just finished writting a CF app, which consumes synchronously a web
service. The web service application is hosted in a separate machine,
part of our LAN.
When I add the web reference to my CF project in Visual Studio, I can
find the WS app and generate the disco, wsdl, map and proxy class, all
with the correct path information. But when I run the CF app, I get an
error message saying that the system is unable to connect to the
remote server.
Does anyone have any idea? Is this a CF bug, that does not allow CF
apps to connect to WS?
FinancialService.AnnuityService Engine = new
FinancialService.AnnuityService();
outputXML = Engine.RunService(inputXML);
Thanks a lot
Idelso Quintero
I just finished writting a CF app, which consumes synchronously a web
service. The web service application is hosted in a separate machine,
part of our LAN.
When I add the web reference to my CF project in Visual Studio, I can
find the WS app and generate the disco, wsdl, map and proxy class, all
with the correct path information. But when I run the CF app, I get an
error message saying that the system is unable to connect to the
remote server.
Does anyone have any idea? Is this a CF bug, that does not allow CF
apps to connect to WS?
FinancialService.AnnuityService Engine = new
FinancialService.AnnuityService();
outputXML = Engine.RunService(inputXML);
Thanks a lot
Idelso Quintero