| konsolak |
| Newbie |
|
|
|
|
| None Specified |
|
| Monday, April 2, 2012 |
| Wednesday, June 27, 2012 10:41:34 AM |
8 [0.04% of all post / 0.00 posts per day] |
|
Hello,
the xmlStr is not empty at the first line. I have load all files before in my code. I print the xmlStr string and I correctly get my xml document. The problem occurs when I try to re-set objPlugIn.AuthenticView.AsXMLString property. At the last line of my example I get an exception. This exception occurs every time I use objPlugIn.AuthenticView.AsXMLString property in order to set my document. The same code was working at previous versions of the browser plugin.
Looking forward in our answer.
Thanks in advance.
|
Hello,
I want to use the AuthenticView.AsXMLString property in order to set the content of my document, but it always throws an exception. For example:
var xmlStr = objPlugIn.AuthenticView.AsXMLString; objPlugIn.StartEditing(); objPlugIn.AuthenticView.AsXMLString=xmlStr;
The last line always throws an exception. Any ides what might be the problem? I use Authentic 2012 Browser plugin.
Looking forward in your answer. Thanks in advance.
|
Hello,
I realized that the aforementioned problem with Firefox does not occur when a new window or tab opens but when I try to load an XML document (objPlugIn.XMLDataLoadObject.URL). When this command is executed, I loose the session. This problem does not occur when I use IE. Do you have any idea what causes this problem?
Looking forward to your answer.
Thanks in advance.
|
Hello,
I recheck the aforementioned question and I realised that the problem did not occur due to the servlet. I find out that in Firefox, every time a new window or tab opens the current session is lost and so my servlet does not have the necessary credentials, so the user is redirected to the login page. Do you have any idea what cause this problem? Usually, in Firefox the session is not lost every time a new window is open. Is this a problem of the plugin? In IE the session is not lost, so everything works fine.
Thanks in advamce.
Looking forward to your answer.
|
Hi,
I have tested the servlet in Firefox and it works, so I guess this is not a problem with the rights. Do you have any idea what else may cause this problem?
Thanks in advance
|
Hello,
I am using Authentic 2012 Browser plugin, both for Firefox and Internet Explorer. I test the Browser-Independent example (http://manual.altova.com/authenticbrowser/index.html?abauthenticbrowser.htm) and seems to work fine both for FireFox and Explorer.
In this case I load the xml by using a static url. For example : objPlugIn.XMLDataLoadObject.URL= http://139.91.183.3:8080/synthesis_demo/Person31.xml
Then I tried to load the xml file from a database by using a servlet (FetchXMLFile): objPlugIn.XMLDataLoadObject.URL= http://139.91.183.3:8080/synthesis_demo/FetchXMLFile?type=Person&depository=database&file=Person31.xml
but this only works in Internet Explorer. I have test the servlet and works (gets the xml file).
Is there any problem with objPlugin , Firefox and servlets ? Any idea what might be the problem ?
Looking forward to your answer.
Thanks in advance.
|
|