Hello, In order to test web services integration, I have a simple SparqlMotion script : - take XML content as an argument (as an xsd:string), - write the XML content as a file using sml:ExportToXMLFile (just to check file encoding inside the SparqlMotion script) - sml:ReturnXML as an exit point (sml:mimeType : text/xml;charset= \"UTF-8\" )
I am using TBCME 3.5.1.v20110629-1105R, Windows 7, Java 1.6 I have added the following JVM parameter : -Dfile.encoding=UTF-8 XML content I use to call the web service is UTF-8 encoded. During script execution, exported file is UTF-8 encoded and diacritics are OK. XML web service response seems to be UTF-8 encoded (Content-Type: text/ xml; charset=utf-8) but all diacritics are replaced by "exotic" characters. Could you help me ? Thanks in advance. Jamal -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
