初始化CRICS
This commit is contained in:
15
RCUHost/app.config
Normal file
15
RCUHost/app.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.serviceModel>
|
||||
<bindings>
|
||||
<basicHttpBinding>
|
||||
<binding name="BasicHttpBinding_IThirdpartyService" />
|
||||
</basicHttpBinding>
|
||||
</bindings>
|
||||
<client>
|
||||
<endpoint address="http://119.29.101.13:2017/JTE.Server/ThirdpartyService"
|
||||
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IThirdpartyService"
|
||||
contract="ServiceReference1.IThirdpartyService" name="BasicHttpBinding_IThirdpartyService" />
|
||||
</client>
|
||||
</system.serviceModel>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user