初始化CRICS
This commit is contained in:
BIN
testwebservice/bin/Debug/testwebservice.exe
Normal file
BIN
testwebservice/bin/Debug/testwebservice.exe
Normal file
Binary file not shown.
19
testwebservice/bin/Debug/testwebservice.exe.config
Normal file
19
testwebservice/bin/Debug/testwebservice.exe.config
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.serviceModel>
|
||||
<bindings>
|
||||
<basicHttpBinding>
|
||||
<binding name="blwwsSoap" />
|
||||
<binding name="syncstatusSoap" />
|
||||
</basicHttpBinding>
|
||||
</bindings>
|
||||
<client>
|
||||
<endpoint address="http://pms.boonlive-rcu.com:89/blwws.asmx"
|
||||
binding="basicHttpBinding" bindingConfiguration="blwwsSoap"
|
||||
contract="ServiceReference1.blwwsSoap" name="blwwsSoap" />
|
||||
<endpoint address="http://pms.boonlive-rcu.com:89/syncstatus.asmx"
|
||||
binding="basicHttpBinding" bindingConfiguration="syncstatusSoap"
|
||||
contract="ServiceReference2.syncstatusSoap" name="syncstatusSoap" />
|
||||
</client>
|
||||
</system.serviceModel>
|
||||
</configuration>
|
||||
BIN
testwebservice/bin/Debug/testwebservice.pdb
Normal file
BIN
testwebservice/bin/Debug/testwebservice.pdb
Normal file
Binary file not shown.
BIN
testwebservice/bin/Debug/testwebservice.vshost.exe
Normal file
BIN
testwebservice/bin/Debug/testwebservice.vshost.exe
Normal file
Binary file not shown.
19
testwebservice/bin/Debug/testwebservice.vshost.exe.config
Normal file
19
testwebservice/bin/Debug/testwebservice.vshost.exe.config
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.serviceModel>
|
||||
<bindings>
|
||||
<basicHttpBinding>
|
||||
<binding name="blwwsSoap" />
|
||||
<binding name="syncstatusSoap" />
|
||||
</basicHttpBinding>
|
||||
</bindings>
|
||||
<client>
|
||||
<endpoint address="http://pms.boonlive-rcu.com:89/blwws.asmx"
|
||||
binding="basicHttpBinding" bindingConfiguration="blwwsSoap"
|
||||
contract="ServiceReference1.blwwsSoap" name="blwwsSoap" />
|
||||
<endpoint address="http://pms.boonlive-rcu.com:89/syncstatus.asmx"
|
||||
binding="basicHttpBinding" bindingConfiguration="syncstatusSoap"
|
||||
contract="ServiceReference2.syncstatusSoap" name="syncstatusSoap" />
|
||||
</client>
|
||||
</system.serviceModel>
|
||||
</configuration>
|
||||
11
testwebservice/bin/Debug/testwebservice.vshost.exe.manifest
Normal file
11
testwebservice/bin/Debug/testwebservice.vshost.exe.manifest
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user