I am trying to write a service that receives a xml file and parses it and does some additional processing. At the UI controller I converted the multipart file contents to a string and passed it to the service. From the UI controller - I upload the file and call the service method to parse the xml fileI am trying to write a service that receives a