Click here to Skip to main content
15,891,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have hosted web service on local pc, that receive some data.
I want to access that web service and pass data from windows mobile CE device.

How do i do ?

Please help me.


Thanks
Posted

1 solution

Searching on the net you can find this great article[^].

Google Search[^]...
 
Share this answer
 
Comments
Ganesh11021423 11-Sep-14 0:25am    
Thanks Christian Amado

I followed the link and performed the same.
But while calling the service from windows mobile device, it throws error as "Unable to connect to remote server".
However, if i type IP address instead of localhost url, it throws error as "client found response content type of '',but expected 'text/xml'..


Please help me.
shrikanth_BG 11-Sep-14 7:48am    
Hi Ganesh can you please share the : " web service hosted on local pc, that receive some data." If you post that code with description it will be helpful to other and as well as me to understand how to implement web services on local pc.
Ganesh11021423 12-Sep-14 9:01am    
Hi Shrikanth_BG

I have created the windows mobile application for windows mobile CE 6.0. I am using WCF services in it.
Its working out properly when i execute application file from bin\debug\WinCEApp.exe.
But when i deploy the same, and try to execute app in device, it throws error as The remote server returned
an error: (404) Not found."

Please help me.

Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900