Re: CISCO getting user information, like login / name

Jörg Wiesmann <[email protected]> Wed, 22 Mar 2006 04:17:28 -0700
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <LISTSERV%[email protected]>
Hi, its me again :-)

I finally figured out, that i just used an ivalid username.
getUser now delivers good and correct informations to me.

But if i try using getPhone like this:
sAXLRequest += "

<axl:getPhone 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\">
";

sAXLRequest += "<phoneName>SEP00120111B0AD</phoneName>";
sAXLRequest += "</axl:getPhone>";

where SEP00120111B0AD is my phoneName, i do always get the following error:

<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>
<![CDATA[Unknown error]]></faultstring>
<detail  xmlns:axl="http://www.cisco.com/AXL/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.cisco.com/AXL/1.0
http://ODACM1/CCMApi/AXL/V1/axlsoap.xsd">
<axl:error  sequence="1234">
<code>1</code>
<message>
<![CDATA[Unknown error]]></message>
<request>getPhone</request>
</axl:error>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

what am i doing wrong now, again?
i am getting more and more confused ..

thanx for any help!
greetz Jörg

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".