Is there any other way that we can send an XML file to a RESTful Web Service other than as a FORMPARAM?
My requirement is to develop a webservice which Consumes a XML file, stores it in my local machine and returns a statement saying that the file was downloaded/saved.
Here's the code to post, way easier than SOAP...