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

  • Shell Command To Applescript

    Hello, I'm making an Automator-Applescript app that copies icons from files and folders to other files and folders of one's choosing and it's coming along nicely with one exception-copying pictures. As you know, when you get info on a picture, it's i

  • PRS-T1: Sleep mode after 1 min

    Hi, the problem I'm experiencing with my PRS-T1 is that it automatically enters sleep mode after 1-2 minutes of inactivity (rather than after 10 minutes, as stated in the User Guide). It happens even when the battery is, or almost is, fully charged.

  • Relinking missing photo/exclamation mark

    I have a photo that "can't be found" in LR and has one of those exclamation marks i the top right of the photo. I have clicked on it and pressed the Locate button on the pop up message and comes up with a Folder "iPod photo cache". clicking on the Fo

  • Trying to get the data I need

    I would like to get a report from a specific folder on a volume that has already been scanned. It should contain any files that have been created before a specific date and are larger than a certain size. Knowing where these files are located would a

  • How do I calculate and validate DATES?

    Let's say after a time set the user will have a "pending charge". if per each additional day he will be charged 1.00 how can I do that it validates the months. the to_char or to_date. I.E select to_char(date1, 'DD-MM-YYYY') - to_char(sysdate, 'DD-MM-