<ProtocolDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="ibotp">
	<Service name="Order" version="220">
		<Function name="SendOrder">
			<Url>
				<Protocol>https</Protocol>
				<Server>fsa-chemicals.be</Server>
				<Path>/ibotp/SendOrder</Path>
				<Port>443</Port>
			</Url>
			<Parameters>
				<Const name="fn" value="send"/>
				<Var name="APBnr" server="APBnr"/>
				<Var name="ClientRefId" server="ClientRefId"/>
				<Var name="File" server="xmodemfile"/>
			</Parameters>
		</Function>
		<Function name="GetAnswer">
			<Url>
				<Protocol>https</Protocol>
				<Server>fsa-chemicals.be</Server>
				<Path>/ibotp/GetAnswer</Path>
				<Port>443</Port>
			</Url>
			<Parameters>
				<Const name="fn" value="get"/>
				<Var name="APBnr" server="APBnr"/>
				<Var name="ServerRefId" server="ServerRefId"/>
			</Parameters>
		</Function>
		<Function name="GetStatus">
			<Url>
				<Protocol>https</Protocol>
				<Server>fsa-chemicals.be</Server>
				<Path>/ibotp/GetStatus</Path>
				<Port>443</Port>
			</Url>
			<Parameters>
				<Const name="fn" value="status"/>
				<Var name="APBnr" server="APBnr"/>
				<Var name="ServerRefId" server="ServerRefId"/>
				<Var name="ClientRefId" server="ClientRefId"/>
			</Parameters>
		</Function>
		<PollingRules>
			<Rule name="StartAfter" value="5"/>
			<Rule name="Interval" value="4"/>
			<Rule name="MaxTime" value="600"/>
			<Rule name="CancelAfterMaxTime" value="1"/>
		</PollingRules>
	</Service>
</ProtocolDef>