« Back to Serviceability XML Questions

No such operation 'GetServerInfo' Issue

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
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

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.