URGENT: Response is not well-formed XML
Hello,
We are IT outsourcing company, and as a developer I am trying to integrate Innovaphone in the code for one of our customers, and getting an error with text: Response is not well-formed XML
when calling the PBX.Initialize method
Here the code:
Please, check the attachment!
Response_is_not_well-formed_XML.png
We are IT outsourcing company, and as a developer I am trying to integrate Innovaphone in the code for one of our customers, and getting an error with text: Response is not well-formed XML
when calling the PBX.Initialize method
Here the code:
try
{
_pbx = new pbx();
_pbx.Url = _pbxUrl;
var networkCredentials = new NetworkCredential(httpUser, httpPw, string.Empty);
_pbx.Credentials = new NetworkCredential(httpUser, httpPw, string.Empty);
_sessionHandle = _pbx.Initialize(_pbxUser, _applicationName, true, true, true, true, out int key);
isSessionHandled = true;
}
catch (Exception exc)
{
var test = exc.Message;
}
FYI, I am using httpUser the same as pbxUser!
FYI, I am using httpUser the same as pbxUser!
Please, check the attachment!

