This service type stores data until it is fetched by someone.
urn:icsy:venice:wsdl:data
basic:
http://www.v-grid.info/types/basic.xsd
basic:UUID store (domain:SSOInformation sso, domain:UserIdentification fetcher, basic:KeyValuePairArray data, xsd:dateTime validUntil)
throws faults:AuthorizationFault
Store some data (key/value pairs) and receive a UUID for a fetcher. If fetcher is null, anyone can fetch the data if he has the UUID. The data will be deleted when the validUtil date has been reached.
basic:KeyValuePairArray get (domain:SSOInformation sso, basic:UUID uuid)
throws faults:AuthorizationFault
Get data associated with the UUID. The data is deleted after calling this operation.
Generated by the Venice Service Compiler on Thu May 10 14:13:00 CEST 2012