18 lines
642 B
Plaintext
18 lines
642 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<configuration>
|
||
|
|
<startup>
|
||
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||
|
|
</startup>
|
||
|
|
<system.serviceModel>
|
||
|
|
<bindings>
|
||
|
|
<basicHttpBinding>
|
||
|
|
<binding name="blwwsSoap" />
|
||
|
|
</basicHttpBinding>
|
||
|
|
</bindings>
|
||
|
|
<client>
|
||
|
|
<endpoint address="http://pms.boonlive-rcu.com:89/blwws.asmx" binding="basicHttpBinding"
|
||
|
|
bindingConfiguration="blwwsSoap" contract="ServiceReference1.blwwsSoap"
|
||
|
|
name="blwwsSoap" />
|
||
|
|
</client>
|
||
|
|
</system.serviceModel>
|
||
|
|
</configuration>
|