﻿<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<system.runtime.remoting>
		<application>
			<client>
				<!-- // ▼CL側ライセンス情報管理 -->
				<wellknown 
					type = "Shimadzu.LabSolutions.LSSClientLicenseManager.CLSSClientLicenseManagerAccess, LSSSystemManagerCL"
					url="tcp://127.0.0.1:29516/CLSSClientLicenseManagerAccess"/>
			</client>
			<service>
                			<wellknown mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSInstrumentConditionAcqSV.CLSSInstrumentConditionAcqSV, LSSInstrumentConditionAcqSV"
					objectUri="CLSSInstrumentConditionAcqSV"
 				/>
				<wellknown mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSInstrumentConditionLssSV.CLSSInstrumentConditionLssSV, LSSInstrumentConditionLssSV"
					objectUri="CLSSInstrumentConditionLssSV"
				/>
				<wellknown mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSProcessManager.CLSSProcessAccess, LSSProcessManager"
					objectUri="CLSSProcessAccess"/>
			</service>
			<channels>
				<channel ref="tcp" port="29515">
					<serverProviders>
						<formatter ref="binary" typeFilterLevel="Full" />
					</serverProviders>
				</channel>
			</channels>
		</application>
		<customErrors mode="off" />
		<debug loadTypes="true" />
	</system.runtime.remoting>
    <system.serviceModel>
        <services>
            <service name="Shimadzu.LabSolutions.LSSInstrumentConditionWCF.Service.CLSSInstrumentConditionObstacleService"
                     behaviorConfiguration="LSSInstrumentConditionBehavior">
                <endpoint address="net.tcp://localhost:29522/LSSInstrumentConditionService" binding="netTcpBinding"
                          bindingConfiguration="LSSInstrumentConditionBinding"
                          contract="Shimadzu.LabSolutions.LSSInstrumentConditionWCF.Common.ILSSInstrumentConditionService" />
            </service>
        </services>
        <behaviors>
        <serviceBehaviors>
            <behavior name="LSSInstrumentConditionBehavior">
                <!--<serviceDebug includeExceptionDetailInFaults="true" />-->
            </behavior>
        </serviceBehaviors>
        </behaviors>
        <bindings>
            <netTcpBinding>
                <binding name="LSSInstrumentConditionBinding">
                     <security mode="None" />
                </binding>
            </netTcpBinding>
        </bindings>
    </system.serviceModel>
</configuration>
