Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Request not created when calling web service method
0 replies. Latest Post by tanlinth on September 4, 2008.
(0)
tanlinth
Member
32 points
40 Posts
09-04-2008 11:38 AM |
Hi,
I get this when I try to access web methods from a web service hosted in a different server to the one which hosts my Silverlight app. I have the clientaccesspolicy.xml file at the root of the web server which hosts my web service.
The SL app can access the web service fine if I run the SL app in the generated test.aspx file. (although the web service and the SL app are in different servers) but as soon as I move the SL app to a non ASP development server this occurs. I don't get any error from the code to prevent it from being executed. The code executes fine but no request is generated. Can someone please tell me how to fix it? Any help is much appreciated.
Cheers,
Nilu