I executed a ruleset on the Business Rules service on Bluemix. The XML response has an element called "unknownElement" which is not in the WSDL definition.
< DecisionServiceResponse xmlns="http://www.ilog.com/rules/DecisionService" >
< ilog.rules.outputString > ... < /ilog.rules.outputString > < ilog.rules.firedRulesCount> ... < /ilog.rules.firedRulesCount > < yourResponse xmlns=".."> < unknownElement xmlns="" > ... < /unknownElement > < /yourResponse >
< /DecisionServiceResponse >