Hi All,
I would like to interact with a web service from UCCX script. web service requires NTLM authentication.
I tried to write a custom java class to interact with the web service. The custom java class requires commons-httpclient-3.1.jar for NTLM authentication.
As per UCCX open source documentation, commons-httpclient-3.1.jar is already available in the UCCX system. But if i don't upload this JAR file, i got Class Def Not Found exception. So i tried to upload this JAR file into UCCX Custom Class path.
But after uploading the JAR file, UCCX system is not working properly. If i restart the UCCX engine, it works for coule of hours and then again web service interaction was failed.
Anybody tried to use the JAR file (in custom JAVA class) which is already used by UCCX system? Please let me know if i am doing anything wrong..
Thanks in Advance....
Regards,
Gokila