you are getting error because XML.toJSONObject(xml) accepts String not file type. can you try this? String xml = 'copy-your-complete-xml-string-here' ...
確定! 回上一頁