Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Administration XML (AXL) Developer Center
Testing
Overview
Blogs
Documentation
Community
Wiki
Administration XML Developer Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Administration XML Questions
Session in Serviceability XML APIs
Threads [
Previous
|
Next
]
daphne man
Posts:
1
Join Date:
2/3/12
Recent Posts
Session in Serviceability XML APIs
Answer
2/29/12 9:23 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
There is Session ID existing in Serviceability API. It's okay that session id is required in PerfmonPort Service, such as perfmonOpenSession, perfmonAddCounter. Session id helps receive session-based data.
But, what is the purpose of including Session ID in soap header for RisPort SOAP Service(selectCmDevice)? I can receive response without including session ID.
<soap:Header>
<tns:AstHeader id="id1">
<SessionId xsi:type="xsd:string">SessionId</SessionId>
</tns:AstHeader>
</soap:Header>
Thanks in advance.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
3
Join Date:
6/4/08
Recent Posts
RE: Session in Serviceability XML APIs
Answer
3/19/12 9:53 PM as a reply to daphne man.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
As you say, the session ID is optional (and has no effect) for Risport queries like selectCmDevice
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top