28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
</startup>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="ICenterFrontAPIRemoteHandlerHttpBinding" maxReceivedMessageSize="2147483647"/>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<!-- <client>
|
|
<endpoint address="http://218.12.10.30:58080/bossCenterWs/services/ICenterFrontAPIRemoteHandler"
|
|
binding="basicHttpBinding" bindingConfiguration="ICenterFrontAPIRemoteHandlerHttpBinding"
|
|
contract="ServiceReference1.ICenterFrontAPIRemoteHandlerPortType"
|
|
name="ICenterFrontAPIRemoteHandlerHttpPort" />
|
|
</client>-->
|
|
|
|
<client>
|
|
<endpoint address="http://113.200.102.99:48080/bossCenterWs/services/ICenterFrontAPIRemoteHandler"
|
|
binding="basicHttpBinding" bindingConfiguration="ICenterFrontAPIRemoteHandlerHttpBinding"
|
|
contract="ServiceReference1.ICenterFrontAPIRemoteHandlerPortType"
|
|
name="ICenterFrontAPIRemoteHandlerHttpPort" />
|
|
</client>
|
|
|
|
</system.serviceModel>
|
|
</configuration>
|