Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, we have a certificate installed on a soap server and we are trying to connect to it using java and uccx editor,
I would like to know if it's possible to do it using java.
When we added the certificate files to the uccx it returned handshake fa...
Hello,
This code is returning null in UCCX Editor but working in Eclipse, it returns an array of string. I should take anything in consideration while using this code inside UCCX? MyArray is defined as array of string from UCCX side.
javax.xml.parser...
Any special concern is needed when returning an array from Java to UCCX Editor.
I tried my code inside Eclipse and it's working fine.
In UCCX Editor it's returning "unable to parse expression; expecting { (line..)"
This error is in the return section...
Hello, getting unable to parse expression: undefined field nested exception is java.lang.NoSuchFieldException:netI'm also sending soap request using java to get a reply. what is the recommended way to do it and get the values from the reply?
Seeing below logs on BNG, is there anything to worry about and what does it mean? LC/0/1/CPU0:Aug 11 08:16:53.748 IDT: syslog_dev[119]: fib_mgr[125] PID-5746: ILURE_NHINFOLC/0/1/CPU0:Aug 11 08:16:53.748 IDT: syslog_dev[119]: fib_mgr[125] PID-5746: fl...
Hello,
I have to files, p12 and jks + password
The target is to validate the certificate from UCCX side to connect to the soap server.
I just want to know if i should do it in java (in UCCX Editor) or on UCCX level.
if i have to do it in java what ar...
Hello, we have a certificate installed on a soap server and we are trying to connect to it using java and uccx editor,
I would like to know if it's possible to do it using java.
When we added the certificate files to the uccx it returned handshake fa...
Hello, Could you please help me.
This code is returning null in UCCX Editor but working in Eclipse, it returns an array of string. I should take anything in consideration while using this code inside UCCX? MyArray is defined as array of string from U...