1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| <?xml version="1.0" encoding="utf-8" ?>
| <configuration>
| <configSections>
| </configSections>
| <system.serviceModel>
| <bindings>
| <basicHttpBinding>
| <binding name="HostToAGV" />
| </basicHttpBinding>
| </bindings>
| <client>
| <endpoint address="http://192.168.1.82:9988/HostToAGV.cgi" binding="basicHttpBinding"
| bindingConfiguration="HostToAGV" contract="AGVServices.HostToAGVPortType"
| name="HostToAGV" />
| </client>
| </system.serviceModel>
| </configuration>
|
|