SoapException 1021

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
bdeboeck

SoapException 1021

Post by bdeboeck » Wed Jul 07, 2004 1:51 pm

Dear,

I've build the NAnt sourcegear task from http://www.schkerke.com/blog/articles/237.aspx. After running the vaultgetfile task, NAnt throws the following exception :

Code: Select all

System.Web.Services.Protocols.SoapException: 1021 :
   at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUsern
ame, String strPassword)
   at VaultClientOperationsLib.ClientInstance.Login(String urlbase, String usern
ame, String password)
   at NAnt.Core.Tasks.VaultBase.Login()
   at NAnt.Core.Tasks.VaultGetFile.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()
The version of the vault server : 2.0.2.2163.
Do you have any idea how this error should be resolved ? The client tool functions properly, so does the /VaultService web site.

Thank you very much,
Bart

Post Reply