|
-
Nov 14th, 2012, 12:46 PM
#6
Thread Starter
Lively Member
Re: WCF service library not working over the web.
 Originally Posted by dunfiddlin
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

thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|