« Back to Administration XML Questions

CCM 6.0.1, AXL, SOAP, MSVC++ AXL msg not recognized (HTTP part)

Combination View Flat View Tree View
Threads [ Previous | Next ]
I am breaking my head over this.
Wrote example in C++ from AXL prog guide from Cisco (pg 1-7..) in MS VC++ 2008 environment. Running it with the correct credentials, AXL active on CCM, I always get the error : 302 Moved temporarely with link to https://ccmserverip/axl/.

When I copy the complete msg (SOAP + HTTP) into a tool called SOAPUI and send it to the CCM it works (answer from CCM).

My Q's are :

  • Do you need to sent the message in SSL to the CCM instead of plain HTTP ?
I was thinking you sent the message to HTTPS through the login you add in the HTTP header and then sent the SOAP mgs in the next level.

  • Anyone tried the example anyway ?

Thanks !

Your surmise is correct. AXL does not support HTTP connections - only HTTPS - and if you GET via HTTP, the service will redirect you to the HTTPS URL via 302 Moved.

SOAP UI must be automatically retrying the request to the HTTPS URL.