Vues :

Behavior:
Stored *.xml files are not displayed correctly using CONNECT to SAP.

Solution:
To be able to display XML files, using the SAP HTTP Server an entry has to be added to the configuration file "DWSAPHTTPServer.exe.config".
The entry "SAPMimeTypes" has to be extended by the following string: |xml=text/xml Separate entries by using the character |

Example:
<appSettings>
<add key="ReturnMultipageFiles" value="true" />
<add key="SAPMimeTypes" value="bin=application/octetstream|doc=application/msword|pdf=application/pdf|ps=application/postscript|rtf=application/rtf|xls=application/vnd.ms-excel|mpp=application/vnd.ms-project|ppt=application/vnd.mspowerpoint|msg=application/vnd.ms-outlook|alf=application/x-alf|otf=application/xotf|raw=application/x-raw|reo=application/x-reo|scr=application/xscr|bmp=image/bmp|gif=image/gif|jpg=image/jpeg|pcx=image/pcx|tif=image/tiff|html=text/html|txt=text/plain|note=application/x-note|descr=application/x-alf-descr|xml=text/xml "/>