Hi,
our requirement is to download all the document of a hierarchy at single place on File System. i have written the Webservice code and it downloads file but after 500+ documents download i get this error aywhere between 500 to 2500.
javax.xml.ws.soap.SOAPFaultException: Access to the path 'C:\Windows\TEMP\cws_1er3a3k0.vvv' is denied.
i have tried to include BufferedOutputStream as the file count is high around 13k to be downloaded. But it is still working.
Please help me to find the root cause or how i can fix this to continue the download. i have attached the code screenshot for your referrence.