개정판 0c575433
issue #0000 compare 수정
Change-Id: I9b57c124b64674f7ae618978955093b399008da5
KCOM/app.config | ||
---|---|---|
117 | 117 |
<binding name="DeepViewPoint" /> |
118 | 118 |
<binding name="DeepViewPoint1" /> |
119 | 119 |
</basicHttpBinding> |
120 |
<wsHttpBinding> |
|
121 |
<binding name="MarkusAPIgzip"> |
|
122 |
<security mode="None" /> |
|
123 |
</binding> |
|
124 |
</wsHttpBinding> |
|
125 | 120 |
</bindings> |
126 | 121 |
<client> |
127 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
|
128 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
129 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc/GZIP" binding="wsHttpBinding" bindingConfiguration="MarkusAPIgzip" contract="ServiceDeepView.ServiceDeepView" name="MarkusAPIgzip" /> |
|
122 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" |
|
123 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
|
124 |
contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
125 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" |
|
126 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" |
|
127 |
contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
|
130 | 128 |
</client> |
131 | 129 |
</system.serviceModel> |
132 | 130 |
<applicationSettings> |
내보내기 Unified diff