Add XMLSerializerFormat to attributes on your service:
[ServiceContract]
[XmlSerializerFormat]
public interface IReturnService{
...
Heres why: http://nirajrules.wordpress.com/2009/08/26/wcf-serializers-xmlserializer-vs-datacontratserializer-vs-netdatacontractserializer/