cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
2
Replies

AXLSOAP problems with CUCM 6.1

mmemeo
Level 1
Level 1

I got this strange problem, when i try to insert a user with the AXL addUser method i get in response nothing and the user is not inserted either.

Here you can find the whole log trace.

Is there something wrong in what i'm sending to the cucm?

===============================================================

Time : 1 - 11:41:45

Procedure: addUser

Operation: user, lab

===============================================================

SOAP Call HEAD:

---------------------------------------------------------------

POST https://172.16.2.20:8443/axl/ HTTP/1.0

Host:172.16.2.20

Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjoxYk1uY2MxYUI=

Accept: text/*

Content-type: text/xml

SOAPAction: "CUCM:DB ver=6.1"

Content-length: 587

SOAP Call BODY:

---------------------------------------------------------------

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body> <axl:addUser xmlns:axl="http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 sequence="1"> <newUser><firstname>user</firstname><lastname>lab</lastname><userid>ulab</userid><password>password</password><pin>00000000</pin><telephoneNumber>0</telephoneNumber><department>O=NCCLAB</department></newUser></axl:addUser> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

SOAP Call RETURN:

---------------------------------------------------------------

2 Replies 2

mmemeo
Level 1
Level 1

I finally get it working, it was a communication problem due to a wrong cURL initialization

l.demanet
Level 1
Level 1

Hi,

did you try to use the following instead:

Host:172.16.2.20:8443 ?

Laurent