I am getting the following exception when trying to access a web service.
Client : Windows XP SP2 (Via Proxy)
An unhandled exception of type 'System.Web.Services.Protocols.SoapException'
occurred in system.web.services.dll
Additional information: Server was unable to process request. --> Cannot use
a leading .. to exit above the top directory.
Dan Rogers - 06 Dec 2004 20:55 GMT
Hi Nelson,
This one sounds like it is right. Apparently there is an attempt on the
part of the code in the service being called to access a directory that is
not under the VROOT for the service, and no other security
attribution/policy has been put in place to allow this. In short, ASP.net
security rules that make a web-initiated call not allowed to go outside of
its sandbox is doing the right thing.
I hope this helps
Dan Rogers
Microsoft Corporation
--------------------
Thread-Topic: SoapException
thread-index: AcTbhjpRXz0aQRpFQyavbr6hLFluWg==
X-WBNR-Posting-Host: 220.227.178.227
From: =?Utf-8?B?TmVsc29uIFAuIFZhcmdoZXNl?=
<NelsonPVarghese@discussions.microsoft.com>
Subject: SoapException
Date: Mon, 6 Dec 2004 03:25:02 -0800
Lines: 10
Message-ID: <BBD3DF82-587E-4EE8-B6E9-BA2B293D2079@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
3.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7887
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices
I am getting the following exception when trying to access a web service.
Client : Windows XP SP2 (Via Proxy)
An unhandled exception of type
'System.Web.Services.Protocols.SoapException'
occurred in system.web.services.dll
Additional information: Server was unable to process request. --> Cannot
use
a leading .. to exit above the top directory.