I'm developing a web service which returns a file for clients request. How can I attach the file in the returned XML file or any other ways? The client is not web based so I can't simply write any javascript to handle that. The web service was written in PHP. Any concepts or sample code would be great help!
Asked
Active
Viewed 70 times
2
-
Why use XML at all? Why don't you return just the file contents? – Henrique Barcelos Nov 14 '13 at 00:15