I do not know the limitation of the number of work contracts for the WCF test client, but in general it is considered good practice to limit the number of operating contracts in any given service to a small number (I think Juval Lowry recommends about 12 in his book).
The WCF Test Client does not support all WCF features — can it be that one or more of your operations use something that is not supported?
Types: Stream, Message, XmlElement, XmlAttribute, XmlNode, types that implement the IXmlSerializable interface, including the corresponding XmlSchemaProviderAttribute attribute, as well as the XDocument and XElement types and the ADO.NET DataTable data type.
Duplex agreement.
deal.
Security: CardSpace, certificate and username / password.
Bindings: WSFederationbinding, any context bindings and Https bindings, WebHttpbinding (support for Json response messages).
Taken from WCF Validation Client (WcfTestClient.exe)
Tim
source share