Interviewer - Server > Architecture > Web Service tier > Interview Web Service implementation
 
Interview Web Service implementation
The Interview Web Service is implemented as a WCF REST Service Application using Microsoft .NET 4.0 and is written in C#.
The project is named InterviewWebService.
The REST web service interface is defined in .NET, which assigns the WebGet and WebInvoke attributes to methods.
The UriTemplate attribute parameter defines the pattern-matching that enables WCF to map the URI to a method name and the associated parameters.
See
Interview Web Service configuration
Interview Web Service behavior
Session engine usage
Request validation
JSON, XML, and HTML data interaction
Performance counters
See also
Web Service tier