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.
Hi folks,I seem to have an issue updating the user on the CUCM via AXL when there is an apostrophe in the user ID.I receive the following error: "Client received SOAP Fault from server: A syntax error has occurred."I tried to escape it, but haven't ...
Hi,
I am developing a Java application, which communicates via AXL using various requests.
The app generates AXLPort objects on startup stores them in the memory and uses the appropriate one every time a request needs to be sent. Since we have quit...
Hi Martin,What I did in the end was to minimize the set of fields where we use the logon ID (e.g. we use it in the UDP/RDP name) - replacing it with an underscore. A few places where I had to keep it (e.g. DoDeviceLoginReq), I escaped/doubled the apo...