WCF web services samples
This section contains Windows Communication Foundation (WCF) .SVC web service samples for C#
Remember: The .SVC web service have claims based security which is configured upon installation. So, make sure you use the example with the configured, trusted STS.
- Using .SVC Web Service in C# for ISHSTS
This topic contains a small example for a SVC. web service call with claims based authentication from ISHSTS which is the out-of-the-box STS for internal Content Manager users - Using .SVC Web Service in C# for ADFS
This topic contains a small example for a SVC. web sevice call with claims based authentication using ADFS - Best practices using .SVC Web Service in C#
This topic contains a small example on how to optimize the creation for a SVC. web service. - Using .SVC Web Service in Java
This is a lab/tutorial for a SVC. web sevice using a JAVA Client for ADFS and ISHSTS