-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.config
More file actions
21 lines (21 loc) · 809 Bytes
/
Copy pathApp.config
File metadata and controls
21 lines (21 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="bkm_pos_serviceSoap">
<security mode="Transport" />
</binding>
<binding name="bkm_pos_serviceSoap1" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="https://ikea.magiclick.net/_ws/bkm-pos-service.asmx"
binding="basicHttpBinding" bindingConfiguration="bkm_pos_serviceSoap"
contract="asd.bkm_pos_serviceSoap" name="bkm_pos_serviceSoap" />
</client>
</system.serviceModel>
</configuration>