Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread Chad M. Gross
NET topics. >[mailto:[EMAIL PROTECTED] On Behalf Of Eduard Lascu >Sent: Thursday, July 14, 2005 10:15 AM >To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM >Subject: Re: [ADVANCED-DOTNET] Accessing files over the network from a >Web Service > >Hi Don, > >I would incline to use 1) as i

Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread James Bishop
-Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] Behalf Of J. Merrill > Sent: Thursday, July 14, 2005 12:06 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] Accessing files over the network from

Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread Don Stanley
hursday, July 14, 2005 9:20 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Accessing files over the network from a Web Service Hello experts, I have this small problem with a Web Service that's suppose to open a bunch of XML files and create a report (in the form of another

Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread Eduard Lascu
USS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service If the software that's calling the Web Service delivered the contents of the XML files, rather than their names, that would make the security much easier from the WS side -- it would have the XML

Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread J. Merrill
If the software that's calling the Web Service delivered the contents of the XML files, rather than their names, that would make the security much easier from the WS side -- it would have the XML to process "in hand" rather than having the file names. In some sense, that's "cleaner" as the XML

Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread Eduard Lascu
Thanks, Eddie -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of Don Stanley Sent: Thursday, July 14, 2005 10:45 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Accessing files over the network from a Web

Re: [ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread Don Stanley
@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Accessing files over the network from a Web Service Hello experts, I have this small problem with a Web Service that's suppose to open a bunch of XML files and create a report (in the form of another XML file). If the XML files reside locally, o

[ADVANCED-DOTNET] Accessing files over the network from a Web Service

2005-07-14 Thread Eduard Lascu
Hello experts, I have this small problem with a Web Service that's suppose to open a bunch of XML files and create a report (in the form of another XML file). If the XML files reside locally, on the same machine as the Web Service, everything is fine. The Web Service is able to open them and creat