<?xml version="1.0"?>
<!DOCTYPE channel SYSTEM "NotificationDescriptor.dtd">
<channel id="channel_identifier_here">
	<protocol-list>
		<protocol type="smtp">
			<address>senger@ebi.ac.uk</address>
			<property name="subject">Job XXX</property>
		</protocol>
		<protocol type="ws-full">
			<endpoint>http://my.host:1234/web/service</endpoint>
			<uri>http://service/namespace</uri>
		</protocol>
		<protocol type="corba-event">
			<ior>ior://my.host:1234/corba/service</ior>
		</protocol>
		<protocol type="corba-notification">
			<ior>ior://my.host:1234/corba/service</ior>
		</protocol>
		<protocol type="rmi">
			<property name="registry-host">dragon.dhcp.ebi.ac.uk</property>
			<property name="registry-port">6789</property>
			<property name="object-binding">endpoint-object</property>
		</protocol>
		<protocol type="http">
			<url>http://my.host/cgi-bin/service</url>
			<cgi-element-name>a_form_element_name_here</cgi-element-name>
		</protocol>
	</protocol-list>
</channel>
