23 lines
616 B
XML
23 lines
616 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="tcp" port="8000">
|
|
</channel>
|
|
</channels>
|
|
|
|
</application>
|
|
</system.runtime.remoting>
|
|
</configuration> |