PDA

View Full Version : data conversion error


rajkaushik
01-21-2005, 08:34 AM
I send a request to download an XML file. The request is fulfilled and the xml file is sent to the client.

But when I display the xml file using -
lzText.setSource(url, 'both');

I get the following data conversion error:


data conversion error for http://127.0.0.1:8080/cdsnet_webapp/proxyServlet?lzt=xml&sessionId=admin53&customer=king&interface=directoryTypeManager&api=downloadSchema&schemaName=editors.xml: can't guess a supported mime-type from content

the query string looks like:

lzt=xml&sessionId=admin53&customer=king&interface=directoryTypeManager&api=downloadSchema&schemaName=editors.xml:[/url] can't guess a supported mime-type from content


Any ideas how to solve this problem.


Raj