개정판 6b6e937c
Compare기능 수정
Change-Id: I3697fbe30f47d5cc4a51ece85df0055f7c596bf2
KCOM/app.config | ||
---|---|---|
174 | 174 |
</client>--> |
175 | 175 |
<bindings> |
176 | 176 |
<basicHttpBinding> |
177 |
<binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00"
|
|
178 |
receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" />
|
|
177 |
<binding name="DeepViewPoint" />
|
|
178 |
<binding name="DeepViewPoint1" />
|
|
179 | 179 |
</basicHttpBinding> |
180 | 180 |
</bindings> |
181 | 181 |
<client> |
182 |
<endpoint address="http://sdms.co.kr:8080/API/ServiceDeepView.svc" |
|
182 |
<endpoint address="http://localhost:8080/ServiceDeepView.svc" |
|
183 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" |
|
184 |
contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
|
185 |
<endpoint address="http://localhost:8080/ServiceDeepView.svc" |
|
183 | 186 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
184 | 187 |
contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
185 | 188 |
</client> |
내보내기 Unified diff