Call Web Service From Silverlight Application
-
Hello, I have a problem I do a lot of research on the net but no solution. I have a web service deployed in a server and an application in silverlight 4 on my machine, I call the web service from my application but I get an exception here is the exception: CommunicationException was unhandled by user code: The remote server returned an error: NotFound Thank you in advance for your help.
-
Hello, I have a problem I do a lot of research on the net but no solution. I have a web service deployed in a server and an application in silverlight 4 on my machine, I call the web service from my application but I get an exception here is the exception: CommunicationException was unhandled by user code: The remote server returned an error: NotFound Thank you in advance for your help.
Have you checked to see that your web service is directly accessible? To do this, open it up in IE using the address you are using in your Silverlight application.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Have you checked to see that your web service is directly accessible? To do this, open it up in IE using the address you are using in your Silverlight application.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
If you are still having this issue, I would recommend trying the techniques talked about here[^].
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Hello, I have a problem I do a lot of research on the net but no solution. I have a web service deployed in a server and an application in silverlight 4 on my machine, I call the web service from my application but I get an exception here is the exception: CommunicationException was unhandled by user code: The remote server returned an error: NotFound Thank you in advance for your help.
Message size limit could also be the reason for this kind of error, try to increase the MessageSize in your service.
-
If you are still having this issue, I would recommend trying the techniques talked about here[^].
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
It does irritate me when some dipstik downvotes a helpful response - overbalanced!
Never underestimate the power of human stupidity RAH
-
It does irritate me when some dipstik downvotes a helpful response - overbalanced!
Never underestimate the power of human stupidity RAH
I can only assume it's because I didn't wave the magic code wand.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Hello, I have a problem I do a lot of research on the net but no solution. I have a web service deployed in a server and an application in silverlight 4 on my machine, I call the web service from my application but I get an exception here is the exception: CommunicationException was unhandled by user code: The remote server returned an error: NotFound Thank you in advance for your help.
You could diagnose wcf service in that case to find out what exactly is happening. To diagnose plz check the below link http://www.exploresilverlight.com/2012/06/remote-server-return-and-error-from-wcf.html[^]
http://www.exploresilverlight.com Cheers! Vinod