a2171e643d
- FTP - Gomba - Icoel - MultiCcn - OSAI - SqlDB
20 lines
720 B
XML
20 lines
720 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
|
</startup>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="lwpServicePortBinding">
|
|
<security mode="Transport" />
|
|
</binding>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="https://308gomba:8000/ws" binding="basicHttpBinding"
|
|
bindingConfiguration="lwpServicePortBinding" contract="GombaServ.lwpService"
|
|
name="lwpServicePort" />
|
|
</client>
|
|
</system.serviceModel>
|
|
</configuration> |