IBM Worklight HTTP Adapter SOAP response: XSL transformation failed
问题 i've built an http adapter that call a soap web service ==> it works fine. But when i add a xsl transformation file and run the adapter procedure with transformation : { type : 'xslFile', xslFile : 'filtered.xsl' } and an empty xsl file <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:h="http://www.w3.org/1999/xhtml"> <xsl:output method="text"/> <xsl:template match="/"> </xsl:template> i've got the following error: "Ecma Error: TypeError: Cannot read