How to make calls on synchronous Silverlight?

Silverlight only supports asynchronous mode, but I have a project that needs the use of Silverlight and WCF programs.
The problem is that, I can’t make the calls synchronous using the Silverlight application.
How am I supposed to pursue this project using those applications?
