Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Serviceability XML (SXML) Developer Center
Overview
Documentation
Community
Wiki
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Serviceability XML Questions
No such operation 'GetServerInfo' Issue
Threads [
Previous
|
Next
]
Naveen Sankar
Posts:
2
Join Date:
10/22/08
Recent Posts
No such operation 'GetServerInfo' Issue
Answer
11/11/08 1:48 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi All,
I am getting following issue, when I tried to retrive the server information.
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Client</faultcode><faultstring>No such operation 'GetServerInfo'</faultstring><detail><ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">ccm-pub</ns2:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
My Soap string as follows:
POST /perfmonservice/services/PerfmonPort HTTP/1.1
Charset: utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
user-agent: AXLClient
Host:ccm-servver
Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjphbndhcjEyMyE=
Content-Type: text/xml;
SOAPAction: "http://schemas.cisco.com/ast/soap/action/#PerfmonPort#GetServerInfo"
Content-Length: 570
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:GetServerInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://schemas.cisco.com/ast/soap/"><Hosts xsi:type="soapenc:Array" soapenc:arrayType="xsd:string[1]" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><item>172.19.11.2</item></Hosts> </ns1:GetServerInfo></soapenv:Body></soapenv:Envelope>
Please let me know I need to set any system parameters.
Regards,
Naveen.P
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
84
Join Date:
6/4/08
Recent Posts
RE: No such operation 'GetServerInfo' Issue
Answer
3/4/09 6:12 AM as a reply to Naveen Sankar.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
If you haven't found your answer yet: it looks like you are sending the request to the Perfmon port - GetServerInfo is a Risport request.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top