I have written a WCF Rest Service that uses XmlSerializer. I have also implemented IXmlSerializable on the type I am accepting as a service parameter. The serialization works great. However the help files that WCF generates by default do not work. when i navigate to : myservice/help i only see this:
Could not generate schema document.
So is it possible to control what gets generated ? Perhaps there is something I'm missing to make the help files generate correctly.