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,I had post an question about connecting to Finesse last July 3rd (titled Using ASP.NET 4.5/IIS 7/MVC 5/Web API 2/Ajax (URL Rewrite reverse proxy) to call Finesse Server) I got past the issue and it worked beautifully, now its time to connect to...
Hi, I am new to developing in Finesse. I was following an example (non gadget) to write an ASP.NET web app. Using JQuery 1.10 from VS2013 Using http://localhost/finesse/api/Queue/24 for my ajax calls. IIS rewrites it to http://<apache.finesse.server...
The xml string returned came from finesse server. Im not parsing it yet. The error was thrown inside the plugin code.See the highlighted yellow background? That is jabberwerx.js code not my own. Jabberwerx.js threw this exception during a call to th...
Hello,After line 72 is called, it throws TypeError exception:Its throwing TypeError exception once the XML string response is being parsed.That XML string in the variable xmlstr was""So somehow the response from the Connect() is returning back an inv...
Thanks I got it to work beautifully. The login dialog was suppressed and I was able to get an XML back from the ajax callUsing these ajax options:Now I am trying to connect jabber getting this error when connecting. Any ideas? Am I sending the incorr...