20 lines
800 B
Plaintext
20 lines
800 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<system.serviceModel>
|
||
|
<bindings>
|
||
|
<wsHttpBinding>
|
||
|
<binding name="WSHttpBinding_IService1" closeTimeout="00:10:00"
|
||
|
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"/>
|
||
|
</wsHttpBinding>
|
||
|
</bindings>
|
||
|
<client>
|
||
|
<endpoint address="http://localhost:8000/" binding="wsHttpBinding"
|
||
|
bindingConfiguration="WSHttpBinding_IService1" contract="ServiceReference1.IService1"
|
||
|
name="WSHttpBinding_IService1">
|
||
|
<identity>
|
||
|
<userPrincipalName value="PC-201703311528\wm" />
|
||
|
</identity>
|
||
|
</endpoint>
|
||
|
</client>
|
||
|
</system.serviceModel>
|
||
|
</configuration>
|