SOAP API - saveUserSettings
The table summarizes the SOAP API - saveUserSettings.
Request | Uses the saveUserSettingsRequest element (from the UserSettingsService schema) |
Parameter notes |
|
Response | Returns a saveUserSettingsResponse element (from the UserSettingsService schema) |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:user="http://usersettingsservice.api.de.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <user:saveUserSettingsRequest> <settings storageKey="configStore" settingId="viewSettings"> <settingProperties Name="listSize" Value="20" xmlns=""/> <settingProperties Name="caption" Value="Description" xmlns=""/> <settingProperties Name="winSize" Value="600,400" xmlns=""/> <settingProperties Name="layout" Value="tabbed" xmlns=""/> </settings> </user:saveUserSettingsRequest> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <saveUserSettingsResponse xmlns="http://usersettingsservice.api.de.n2.tibco.com"> <empty xmlns="">0</empty> </saveUserSettingsResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.