Hi, I have to write a webservice which retrieves 20 mb text file from database and send it to client. What is the best way to do it? Thanks in advance for your repies..
You can Encode64 the text, is that what you are asking due to the fact that the text file could be XML? Assuming you are using JAX-WS type XML method invocation? There is an encode64(byte[] data) method, check your Java API reference on...
java.lang.Object extended by net.landspurg.util.URLFetcher