Please help me with this.
==========================================Request===================================================
POST /axl/ HTTP/1.0
Host:localhost:8443
Authorization: Basic YWRtaW46Y2NpZXZvaWNl
Accept: text/*
Content-type: text/xml
SOAPAction: "CUCM

B ver=8.0"
Content-length: 1098
<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:addUserPhoneAssociation sequence="1234" xmlns:axl="http://www.cisco.com/AXL/API/8.0">
<userPhoneAssociation>
<userId>ABCXp17</userId>
<password>0188083986</password>
<pin>123</pin>
<lastName>HossamXB18</lastName>
<middleName>HossamX8</middleName>
<firstName>HossamX1</firstName>
<productType>Cisco 7940</productType>
<name>SEPABABA0993335</name>
<dnCssName>CSS-B</dnCssName>
<phoneCssName>CSS-U1</phoneCssName>
<e164Mask>20987772</e164Mask>
<extension>3377</extension>
<routePartitionName>P12</routePartitionName>
<voiceMailProfileName/>
<enableExtensionMobility>true</enableExtensionMobility>
</userPhoneAssociation>
</axl:addUserPhoneAssociation>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
==========================================Response===================================================
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Error getting the password.</faultstring>
<detail>
<axlError>
<axlcode>5003</axlcode>
<axlmessage>Error getting the password.</axlmessage>
<request>addUserPhoneAssociation</request>
</axlError>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>