You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
685 B
16 lines
685 B
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="SysIsOpen" value="Close"/>
|
|
</appSettings>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="BasicHttpBinding_IPO2Rd01"/>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://icsserver01:8039/Service/PO2Rd01.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPO2Rd01" contract="ZYPDAService.IPO2Rd01" name="BasicHttpBinding_IPO2Rd01"/>
|
|
</client>
|
|
</system.serviceModel>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|