<ProtocolDef xmlns="ibotp">
	<Service name = "Order" version = "220">
		<Function name="SendOrder">
			<Url>
				<Protocol>http</Protocol>
				<Server>ibotp.humanpharma.eu</Server>
				<Path>/ibotp/sendorder</Path>
				<Port>80</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>http</Protocol>
				<Server>ibotp.humanpharma.eu</Server>
				<Path>/ibotp/answer</Path>
				<Port>80</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>http</Protocol>
				<Server>ibotp.humanpharma.eu</Server>
				<Path>/ibotp/status</Path>
				<Port>80</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="900"/>
			<Rule name="CancelAfterMaxTime" value="1"/>
		</PollingRules>
	</Service>
</ProtocolDef>
