Is there a way to make web service objects binary serializable by the clients?
I know the client can reference the service then add the [Serializable] attribute to the reference.cs file where needed, but is there away to have this attribute added automatically when the WSDL file is interogated.