05-10-2010 03:10 AM - edited 03-15-2019 05:12 AM
Hi Guys,
This is my new quick question, I just wanna get the css name from an existing directory number, I tried getline(), but the result doesn't contain the name of the css.
Is there something wrong there? Any one shed some light on this?
Acutally, I only configured one single css within this testing system, which name is: Local, but cannot be found in the response.
----------------
Getline()
<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:getLine xmlns:axl="http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://ccmserver/schema/axlsoap.xsd" sequence="1">
<pattern>3001</pattern>
<routePartitionName></routePartitionName>
</axl:getline>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--------------------
GetlineResponse()
05-10-2010 03:29 AM
Hi
What version of CCM are you running?
Did you set the Calling Search Space on the device that has line 3001, or on the line itself?
Aaron
05-10-2010 03:33 AM
Ohh, man, you're really a quick responder!
Cheers!
CCM7.0, on the line itself.
05-10-2010 04:16 AM
Hi
OK - so there seems to be something wrong with your code.
You say you send a getLine, and show the request.
But the response that you posted is a 'getPhoneResponse'.
Aaron
05-10-2010 04:23 AM
Then what should I do? Do you have a correct sample?
And where to find the exactly source we should use?
Many thanks!
05-10-2010 04:34 AM
sorry, I posted a wrong file, here goes the correct one.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide