Removing invalid xml characters from a webservice request
Overview I was working on a Java application that uploads an excel sheet to a web service. The excel sheet is sent as a byte stream. With another webservice I was showing the contents of the excel on the web GUI. Recently I faced an issue, I was able to upload the file to the … Read more