You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by John Windberg <jw...@yahoo.com> on 2005/03/29 19:15:45 UTC

.NET cred

I'm trying to write a client to talk to the web
services that are part of Microsoft SharePoint
services.

I've been scouring through the lists to find out how
to authenticate the client, setup the credentials,
whatever it is that I'm suppose to do.

setUserName and setPassword are apparently "basic
auth" and don't work with .NET

The C# example in the Sharepoint SDK merely does this:

myservice.Credentials =
System.Net.CredentialCache.DefaultCredentials;

Can anyone point me to a how/to, readme, or example?

Thanks

-J