Getting wierd error when trying to getting phone IP address using AXL

I am current trying to use the AXL serviceability API to get phone IP
address information. I looked the developers guide and used the Java example to create a
SSL Socket connection to send the SOAP message to. The message I send is as follows:
POST: 8443/axl/ HTTP/1.0
Accept: application/soap+xml, application/dime, multipart/related, text/*
Host:localhost:8443
Authorization: Basic **************
Content-type: text/xml
SOAPAction: "http://schemas.cisco.com/ast/soap/action/#RisPort#SelectCmDevice"
Content-length: 610
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<SelectCmDevice sequence="123456">
<CmSelectionCriteria>
<Class>Phone</Class>
<Model>255</Model>
<NodeName>10.248.140.11></NodeName>
<SelectBy>Name</SelectBy>
<MaxReturnedDevices>10</MaxReturnedDevices>
<SelectItems soapenc:arrayType="SelectItems[1]">
<Item>SEP001E4A3FAAAA</Item>
</SelectItems>
</CmSelectionCriteria>
</SelectCmDevice>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
The response I get back after about 30 seconds is as follows:
HTTP/1.1 400 Invalid URI
Content-Length: 0
Date: Wed, 12 Mar 2008 19:28:43 GMT
Server: Apache-Coyote/1.1
Connection: close
Could someone point me in the right direction as to what is going wrong?
Thanks
Mitch

well, getting closer. Of course you were correct. After changing it, I now get an http 500 error after a lenghty timeout.
POST /axl/ HTTP/1.0
Accept: application/soap+xml, application/dime, multipart/related, text/*
Host:localhost:8443
Authorization: Basic ***********
Content-type: text/xml
SOAPAction: "http://schemas.cisco.com/ast/soap/action/#RisPort#SelectCmDevice"
Content-length: 610
<?xml version="1.0" encoding="utf-8"?>
http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding">
Phone
255
10.248.140.11>
Name
10
SEP001E4A3FAAAA
HTTP/1.1 500 Internal Server Error
Content-Type: text/html;charset=utf-8
Content-Length: 4566
Date: Thu, 13 Mar 2008 02:15:53 GMT
Server: Apache-Coyote/1.1
Connection: close

Similar Messages

Maybe you are looking for

  • Associative Array vs Table Scan

    Still new to PL/SQL, but very keen to learn. I wondered if somebody could advise me whether I should use a collection (such as an associative array) instead of repeating a table scan within a loop for the example below. I need to read from an input t

  • Interface with static methods

    I'm writting a wrapper for exception handling.One of the classes uses log4j to log exceptions.I want to write a interface to generalize loggin.Idealy I should have an interface with certain static methods for loging (i.e logError,logDebugMessage,cons

  • Oracle 9i R2 Installation on Linux -ORA-03113 error

    I am in the process of installing Oracle 9i R2 trail version on Linux Server 2.2.4. The software did get installed but the DBCA did not create the sample database. The error I get is: ORA-03113:end-of-file on communication channel. I have also after

  • Need help restoring data to Palm Desktop

    Posted in the wrong area - not a webOS question. I am a Volunteer here, not employed by HP. You too can become an HP Expert! Details HERE! If my post has helped you, click the Kudos Thumbs up! If it solved your issue, Click the "Accept as Solution" b

  • Javascript not working when JSP container changed. Why?

    I'm migrating from Resin (if you happen to know what it is) to Tomcat. My web app runs fine on Tomcat, without any change in the code. What surprises me is that, javascript, which works perfectly fine while the webapp runs on Resin, seems to have pro