Hi,
I was hoping someone could help me. Ultimately I am wanting to update a service parameter using AXL, I get a valid response using a listServiceParameters. However when I try to send a getServiceParameter, I receive a "Service Parameter not found" error -even though it shows as valid Parameter via the list method.
This is the request I am sending:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<axl:getServiceParameter xmlns:axl="http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://gkar.cisco.com/schema/axlsoap.xsd" sequence="1234">
<name>AllowTCPKeepAlivesForH323</name>
<processNodeName>10.10.10.10</processNodeName>
<service>Cisco CallManager</service>
</axl:getServiceParameter>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Any comments or help would be appreciated. (I am trying this against CCM 4.1(3)sr4d.
Many thanks
Mike