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 !