D
Derek Anderson
I am trying to develop CF app by starting with Pocket TaskVision sample app.
I have a AuthService web service and a DataAccess web service. The
namespaces are
http://kiwi.kanecompany.com/KaneWS/AuthService
http://kiwi.kanecompany.com/KaneWS/DataAccess
The web services are located on my dev machine at:
http://<MachineIP>/KaneWS/AuthService.asmx
http://<MachineIP>/KaneWS/DataAccess.asmx
Within the CF project that is consuming the WS, I added the web references
and can correctly see and call the interfaces. When running the project, it
successfully calls the AuthService and authenticates and returns ticket.
Then, when I try to load data by calling my DataAccess service, I get the
following error:
The remote server returned an error: (404) Not Found
System.Net.WebException
On my local machine, I can successfully call this service at
http://localhost/KaneWS/DataAccess.asmx and it works fine. I have no idea on
where to go from here to debug this problem and have found no help on this
cryptic error message after googling and searching msdn and newsgroups all
day. Any help is greatly appreciated.
Derek
I have a AuthService web service and a DataAccess web service. The
namespaces are
http://kiwi.kanecompany.com/KaneWS/AuthService
http://kiwi.kanecompany.com/KaneWS/DataAccess
The web services are located on my dev machine at:
http://<MachineIP>/KaneWS/AuthService.asmx
http://<MachineIP>/KaneWS/DataAccess.asmx
Within the CF project that is consuming the WS, I added the web references
and can correctly see and call the interfaces. When running the project, it
successfully calls the AuthService and authenticates and returns ticket.
Then, when I try to load data by calling my DataAccess service, I get the
following error:
The remote server returned an error: (404) Not Found
System.Net.WebException
On my local machine, I can successfully call this service at
http://localhost/KaneWS/DataAccess.asmx and it works fine. I have no idea on
where to go from here to debug this problem and have found no help on this
cryptic error message after googling and searching msdn and newsgroups all
day. Any help is greatly appreciated.
Derek