I have WCF method like so:
public string GetSomething(MyObject obj)
{
return \"Something\";
}
When I call this from my silv
I have used the WcfTestClient.exe to debug my WCF services. It gives a much more user friendly error message. If you want to set up Silverlight to receieve WCF faults, I found this page on Data Performance and Fault Strategies in Silverlight 3 to be helpful.
(http://msdn.microsoft.com/en-us/magazine/ee294456.aspx)