1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <?xml version="1.0" encoding="utf-8"?>
| <configuration>
| <system.serviceModel>
| <bindings>
| <basicHttpBinding>
| <binding name="BasicHttpBinding_ImesInterface" />
| </basicHttpBinding>
| </bindings>
| <client>
| <endpoint address="http://192.168.35.251:8000/MesGet" binding="basicHttpBinding"
| bindingConfiguration="BasicHttpBinding_ImesInterface" contract="ImesInterface"
| name="BasicHttpBinding_ImesInterface" />
| </client>
| </system.serviceModel>
| </configuration>
|
|