개정판 1e9c1261
finalPDF Service Framework 변경
Change-Id: Ic4b9a7ef57017ca30cd67aadf6f5181ae256a69a
FinalService/KCOM_FinalService/CommonLib/app.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 | 2 |
<configuration> |
3 | 3 |
<system.serviceModel> |
4 | 4 |
<bindings> |
5 | 5 |
<basicHttpBinding> |
6 |
<binding name="DeepViewPoint" />
|
|
6 |
<binding name="DeepViewPoint"/> |
|
7 | 7 |
</basicHttpBinding> |
8 | 8 |
</bindings> |
9 | 9 |
<client> |
10 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" |
|
11 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
|
12 |
contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint" /> |
|
10 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint"/> |
|
13 | 11 |
</client> |
14 | 12 |
</system.serviceModel> |
15 |
</configuration> |
|
13 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> |
내보내기 Unified diff