Thanks Bruce.
The DownloadFile and UploadFile are methods which is part of a group within the web service. For the purposes of the client applications, they need to be methods (and not just NetWebPage implementations) to that the method descriptions, SOAP and REST will work.
Because the downloaded file is slightly larger, it could be then that NT adds an XML or JSON wrapper on the response. To try to remove any wrapper, on the response parameter (of type StringTheory), I've added a blank string for the JSON and XML wrappers. I've also removed the XML Tag property of the parameter. But still no solution. Is there another property or method with which I can remove the wrapper? I tried p_web.xml = 0 and p_web.json=0 but no difference.
Thys