1 <?xml version=
"1.0" encoding=
"utf-8" ?>
5 <endpoint address=
"http://localhost:8000/ServiceModelSamples/service"
6 binding=
"wsHttpBinding"
7 contract=
"Microsoft.ServiceModel.Samples.ICalculator" >
8 <!--When running sample in cross machine, then enable the identity tag and specify the identity
9 under which the service is running-->
11 <userPrincipalName value="username@fqdn_of_service_machine" />
15 </system.serviceModel
>