This interface is intended for managing a service's preferences.
urn:icsy:venice:wsdl:information
basic:
http://www.v-grid.info/types/basic.xsd
basic:PreferencePropertyArray getProperties (domain:SSOInformation sso)
throws faults:AuthorizationFault
Returns all the properties the service has.
basic:PropertyNameArray getPropertyNames (domain:SSOInformation sso)
throws faults:AuthorizationFault
Returns all the property names the service understands.
basic:PropertyType getPropertyType (domain:SSOInformation sso, basic:PropertyName propertyName)
throws faults:AuthorizationFault
Returns the type of the given property.
basic:StringArray getPropertyOptions (domain:SSOInformation sso, basic:PropertyName propertyName)
throws faults:AuthorizationFault
Returns the options of the given property. The property will only accept values that adhere to these options.
basic:String getPropertyDefaultValue (domain:SSOInformation sso, basic:PropertyName propertyName)
throws faults:AuthorizationFault
Returns the default value for a given property. Can be used to reset a service property to the default value again.
basic:String getProperty (domain:SSOInformation sso, basic:PropertyName propertyName)
throws faults:AuthorizationFault
Returns the current value of the given property. If the property has not been set, the default value will be returned.
void setProperty (domain:SSOInformation sso, basic:PropertyName propertyName, basic:String propertyValue)
throws faults:AuthorizationFault
Sets the value of the given property.
basic:DependencyArray getResourceDependencies (domain:SSOInformation sso)
throws faults:AuthorizationFault
Returns the resource types set for the service. The service will then use these resources to fulfill its task. If the user did not specify the resources, the service can decide to either use its own resources or to raise a fault.
basic:DependencyArray getServiceDependencies (domain:SSOInformation sso)
throws faults:AuthorizationFault
Returns additional service types set for the service. The service will then use these services to fulfill its task. If the user did not specify the resources, the service can decide to either use its own resources or to raise a fault.
void changeDependencySetting (domain:SSOInformation sso, xsd:QName portType, basic:DependencySetting dependencySetting)
throws faults:AuthorizationFault
Changes a dependency setting for a port type.
Generated by the Venice Service Compiler on Thu May 10 14:16:16 CEST 2012