In .NET 3.5, I had the following code:
[WebService(Namespace = \"http://kitchenpc.com/schemas/\")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
The exception types are not serializable. Use FaultException instead.
throw new FaultException(..);