Quote Originally Posted by dunfiddlin View Post
What are you actually 'accessing'? If the service has some kind of readable output in HTML, XML or other web format then you would configure a Webclient or WebRequest to receive this. According to the error you are treating the service as though it were a document in itself which, of course, is not the case. If you want the service to 'run' on another machine then you have to install it there.
Actually I'm a newbie of this approach, its a about microsoft sync framework that synchronize sql server database and the smart device database. i followed the instructions on the link below

http://community.appamundi.com/blogs...e-devices.aspx

this link works just fine with when the service is locally hosted. i need the service to be accessible outside as the client mobile application will be located remotely.

when i accessed the service locally i have this screen and i can be able to add the service to my smart device client project. see below



Name:  webreference.png
Views: 138
Size:  72.8 KB


thank you.