The web service you are trying to consume, is it one you have written? It
looks like it is trying to either read or write a log file in c:\program
files\csorder. If it is a standard ASP.NET web service, with default
credentials, the process doesn't have access to that path. If you need to
give it access, you need to explicitly give the account the worker process
runs under access to that directory.
I'm not sure if this helps, but that is what appears to be happening,
Tom Wisnowski
Statera
MCP MCAD
[quoted text, click to view] "Kumar Jeevan via .NET 247" wrote:
> (Type your message here)
>
> --------------------------------
> From: Kumar Jeevan I am getting this message when trying to login a client server application: Server was unable to process request. --> Access to the path "c:\program files\cxorder\log" is denied. and stack trace = at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
> at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
> at ClientProxy.CxOrder_net.CCxNetWebSvc.HandleRequest(String pServiceName, String pEntityObjectData
>
> Can anybody help me to resolve this issue?...Thanks
>
> -----------------------
> Posted by a user from .NET 247 (
http://www.dotnet247.com/)
>
> <Id>MbBOs17cfUOXUoiKKUnjyA==</Id>