Groups | Blog | Home
all groups > dotnet web services enhancements > june 2006 >

dotnet web services enhancements : WSE 3.0 Hands-On Labs SCT Errors Encountered.



Sundolphino
6/11/2006 8:48:01 PM
Hello,
I'm trying to follow the WSE 3.0 Labs to implement the secure-conversation.
In the Basic Labs Part 2, when the attribute establishSecurityContext is set
to false in the config file, the application is working fine and able to
retrieve results from the webservice. But once the attribute
establishSecurityContext is set to true in order to enable
secure-conversation, the application encounters the following error:

Microsoft.Web.Services3.AsynchronousOperationExcepion: WSE101: An
asynchronous operation raised an exception. ---> System.Net.WebException: The
remote server returned an error: (401) Unauthorized.

Even the provided solutions in the labs (the ones in the After folder) are
encountering the same error when I run it on the machine. Btw the machine is
running on Windows Server 2003 SP1.

Wonder if any of you guys encountered such error when doing the labs?
Any help is much appreciated.

Thanks,
Sundolphino
6/12/2006 8:30:01 PM
I managed to resolve the below error. It turn out that permission was not
being given to Users group for the IIS website. After setting the permission,
it worked.

Cheers.

[quoted text, click to view]
AlpineRocket74
6/14/2006 6:54:32 AM
Hi,

I had the same issue. Check the ACL of the path where your web service
is deployed and make sure that your user has priviledges to access
it...
Regards

[quoted text, click to view]
AddThis Social Bookmark Button