views:

16

answers:

1

I have a silverlight 4 app. When I made that it created 2 projects. My actual silverlight app and one called MySolutionName.web (not sure what that does except host my silverlight page).

Based on feed back from this question I added my WCF stuff to the MySolution.web project. But when I call the service from my silverlight app the value for my return object is empty (just has a property called PropertyChanged that is null).

I want to try calling the WCF service using WCF Test Client, but I don't know the URL for it. How can I figure that out?

A: 
Klinger