Saving file(XML) on network drive
-
Hi, I am using webservices to create xml files . I can easily save these on local drive. But while saving it on the Network drive , it gives error. Is there any solution for this? Thanks in advance!
-
Hi, I am using webservices to create xml files . I can easily save these on local drive. But while saving it on the Network drive , it gives error. Is there any solution for this? Thanks in advance!
Hi, Do you have access to store the files on the remote machine? Aslo could you please let us know how you are saving the files on the local disk? Regards Mahe
-
Hi, Do you have access to store the files on the remote machine? Aslo could you please let us know how you are saving the files on the local disk? Regards Mahe
I am using Webservices to generate and save the Xml. basically made an object of XmlDocument which exposes funtion save. Function has passing parameter as path . So i can give local path as "C:\..." . It even works for localhost as "http:\\localhost\..." but when i change that to "http:\\iP of the comp on network " it thows an error. I also tried mapping of network drive and then give pathe as any local drive but in vain :( Meeta