Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Unified Presence APIs (CUPAPI) Developer Center
Overview
Overview Of Interfaces
XMPP
BOSH
SIP/SIMPLE
SOAP
REST
System Architecture
CAXL SDK
Overview
Compatibility
Documentation
Download
Resources
Client Configuration Web Service
Presence Web Service
Web Services Reference Application
Platform SOAP Service
Documentation
Community
Testing
Resources
Support & Services
Cisco Unified Presence APIs Developer Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to SOAP API
list of parameters for get-user-config and set-user-config
Threads [
Previous
|
Next
]
Stephan Steiner
Posts:
8
Join Date:
6/17/08
Recent Posts
list of parameters for get-user-config and set-user-config
Answer
6/9/11 12:11 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Looking at the WSDL, it seems there's simply an array of named parameters - but is there a list anywhere of all the parameter names and their possible values?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Jose Sebastian
Posts:
25
Join Date:
9/3/10
Recent Posts
RE: list of parameters for get-user-config and set-user-config
Answer
6/23/11 5:48 PM as a reply to Stephan Steiner.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I believe sample request responses are in the developer guide.
Jose
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Stephan Steiner
Posts:
8
Join Date:
6/17/08
Recent Posts
RE: list of parameters for get-user-config and set-user-config
Answer
6/24/11 8:15 AM as a reply to Jose Sebastian.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I spent quite some time looking through the developer pages and haven't found anything. You got a link for the document you think contains the syntax?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Jose Sebastian
Posts:
25
Join Date:
9/3/10
Recent Posts
RE: list of parameters for get-user-config and set-user-config
Answer
6/24/11 10:18 AM as a reply to Stephan Steiner.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Checked, its missing (will try adding it into 8.6. Dev guide).
Sample req:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:urn="urn:cisco:epas:soap">
<soap:Header>
<urn:session-key>ebd81a44-5543-e7e0-b759-8513585ec977</urn:session-key>
</soap:Header>
<soap:Body>
<urn:get-user-config/>
</soap:Body>
</soap:Envelope>
Response:
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<epas:get-user-config-resp xmlns:epas="urn:cisco:epas:soap">
<epas:property name="Directory.MaxTime" is-public="false">30</epas:property>
<epas:property name="Directory.MaxResults" is-public="false">1000</epas:property>
<epas:property name="Presence.inPersistentState" is-public="false">false</epas:property>
<epas:property name="Presence.displayName" is-public="false">someone@cisco.com</epas:property>
<epas:property name="Reachability.listOfCustomAnnotations" is-public="false"><![CDATA[<CustomAnnotationList>
<Available>
<Note>HI I AM Here</Note>
<Note>HI Again</Note>
<Note>Joseph</Note>
<Note>Jose</Note>
</Available>
</CustomAnnotationList>]]></epas:property>
<epas:property name="CUCSF.Custom.cupPreferredDefaultGroup" is-public="true">General</epas:property>
<epas:property name="CUCSF.Custom.enableDNDNoNotify" is-public="true">true</epas:property>
<epas:property name="Presence.persistAwayWhenOfflineFlag" is-public="false">false</epas:property>
<epas:property name="CallControl.Lineid" is-public="false">3531001</epas:property>
<epas:property name="CallControl.Devicename" is-public="false"/>
<epas:property name="Credentials.Digest" is-public="false">12345</epas:property>
<epas:property name="Presence.userName" is-public="false">someone</epas:property>
<epas:property name="Presence.listName" is-public="false">someone</epas:property>
<epas:property name="Presence.calendar" is-public="false">disabled</epas:property>
</epas:get-user-config-resp>
</env:Body>
</env:Envelope>
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Overview
Overview Of Interfaces
XMPP
BOSH
SIP/SIMPLE
SOAP
REST
System Architecture
CAXL SDK
Overview
Compatibility
Documentation
Download
Resources
Client Configuration Web Service
Presence Web Service
Web Services Reference Application
Platform SOAP Service
Documentation
Community
Testing
Resources
Support & Services
Search Community