This service type is responsible for sending events that originate from a notification source to any registered notification sink. Before seding out events to the sinks, they are checked against a notification filter.
urn:icsy:venice:wsdl:notification
basic:
http://www.v-grid.info/types/basic.xsd
domain:
http://www.v-grid.info/types/domain.xsd
faults:
http://www.v-grid.info/types/faults.xsd
whois:
http://www.v-grid.info/types/information/WHOIS.xsd
cfp:
http://www.v-grid.info/types/escience/CallForPapers.xsd
basic:UUID publish (domain:SSOInformation sso, xsd:QName notificationType, basic:NotificationMessage message)
throws faults:AuthorizationFault
Publishes some data. As a result, the caller will receive a unique identifier. This value is reserved for future usage and not used right now.
basic:NotificationSubscriptionArray getSubscriptions (domain:SSOInformation sso, xsd:QName notificationType)
throws faults:AuthorizationFault
Returns an array of all subscriptions for a given type. If the type is null then all available data will be returned.
basic:UUID subscribe (domain:SSOInformation sso, basic:NotificationSubscription notificationSubscription)
throws faults:AuthorizationFault
Subscribes a client for specific message type and id. The notifications will be sent to the notification sink. The UUID result can be used to unsubscribe.
basic:UUID subscribeOnce (domain:SSOInformation sso, basic:NotificationSubscription notificationSubscription)
throws faults:AuthorizationFault
Subscribes a client for specific message type and id. All previous registrations for the message type and id will be deleted. The notifications will be sent to the notification sink. The UUID result can be used to unsubscribe.
xsd:boolean unsubscribe (domain:SSOInformation sso, basic:UUID uuid)
throws faults:AuthorizationFault
Unsubscribes a client for specific message type and id.
xsd:int unsubscribeAll (domain:SSOInformation sso)
throws faults:AuthorizationFault
Unsubscribes a client for all message types and ids. Returns the number of suibscriptions cancelled.
Generated by the Venice Service Compiler on Thu May 10 14:12:56 CEST 2012