config.xml

来自「中国联通GPSone模拟网关」· XML 代码 · 共 41 行

XML
41
字号
<gateway name="location" type="soap.l1">
	<authenticate name="whoami">
		<path>/dsmp</path>
		<function>dsmp.wsdl</function>
		<account>333</account>
		<password>0555</password>
	</authenticate>
	<transmit type="file" cache="64" persistent="true">
		<index type="file" cache="256" timeout="0"/>
		<request type="file" cache="64" removable="true"/>
		<response type="file" cache="256" removable="true"/>
	</transmit>
	<receive type="file" cache="64" persistent="true">
		<index type="file" cache="256" timeout="0"/>
		<request type="file" cache="64" removable="true"/>
		<response type="file" cache="64" removable="true"/>
	</receive>
	<assistant type="connecter.socket" authenticate="whoami">
		<socket stream="true" timeout="15">
			<remote host="localhost" port="7000"/>
		</socket>
		<session type="transmitter" count="1">
			<build_when_data_available/>
			<address type="file" cache="2" removable="true"/>
			<queue type="file" cache="2" removable="true"/>
			<timeout packet="30" message="20"/>
			<enquire initiative="0" passive="0"/>
		</session>
	</assistant>
	<assistant type="accepter.socket" authenticate="whoami">
		<socket stream="true" timeout="15">
			<local port="8080"/>
		</socket>
		<session type="receiver" count="10">
			<address type="memory" cache="2" removable="true"/>
			<queue type="memory" cache="2" removable="true"/>
			<timeout packet="30" message="20"/>
			<enquire initiative="0" passive="0"/>
		</session>
	</assistant>
</gateway>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?