Files
EDOKA_Batch/EDKB07Verarbeitung/2.0/EDKB07Verarbeitung_alt/bin/EDKB07WS.exe.config.bak
2021-04-20 07:59:36 +02:00

26 lines
721 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application>
<!-- Define the remotable object. -->
<service>
<wellknown
mode = "SingleCall"
type="EDKB07WS.RCVerarbeitung, EDKB07WS"
objectUri="RCEDKB07WS.rem" />
</service>
<!-- Define the protocol used for network access.
You can use tcp or http channels. -->
<channels>
<channel ref="http" port="80">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>