I do see that now and I have been able to consume the service.
What is still confusing to me is now the function no longer returns a value but I have to rely on the event to fire in order to get my data.
So if I can't return a value from a function then I have to have a private variable for my class and then set the variable value in the event handler.
This seems to work but am I correct in that Web Services in Silverlight no longer return a value except when the event fires (a different sub all together)?