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
-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
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
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
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
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
@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
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