After watching the Getting Started Video, I thought consuming ASMX web services from Silverlight would be straightforward. The Video makes it look as simple as linking the Web Service Project to the Silverlight project, and copying a few xaml files
I have attempted to follow the same process by bringing in an ASMX Project into my Silverlight solution, Linking the projects, so that the ClientBin, and Silverlight controls appear in the same virtual directory as the ASMx service files. But I still get a Cross domain call error when I call via http://localhost/XAMLServer/TestPage.html Even though http://localhost/XAMLServer/XAMLService.asmx clearly provides my Services.
Has anyone else succeeded in consuming ASMX Calls from Silverlight ? Are there any clear step by step instructions, on deployment on IIS 6 and IIS 7.
NB I have previously got POX based services to work through enabling script services and parsing xamls - But the getting Started Video implied this was not necessary
NB I Tried IIS 7, but cannot get ASP.NET installed ! How frustrating just to get this technology to connect up.
Anyone know if Silverlight 2.0 make the Web/WCF service consumption simpler ?
Cheers
[Frustrated] Jules