Code: Select all
APIError: System.Web.Services.Protocols.SoapException: 1021 : FailServiceVersionNotSupported
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 VaultClientNetLib.ClientService.VaultService.ValidateServiceVersions(Int32[] clientSupportedVersions)
at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUserLogin, String strPassword)
at VaultClientOperationsLib.ClientInstance.Login(String urlbase, String username, String password)
at Handler.ProcessRequest(HttpContext context) in d:\Local\DotNet\VaultHandler\VaultHandler\Handler.ashx:line 143
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ValidateServiceVersions xmlns="http://www.sourcegear.com/schemas/vault">
<clientSupportedVersions>
<int>
7
</int>
</clientSupportedVersions>
</ValidateServiceVersions>
</soap:Body>
</soap:Envelope>
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ValidateServiceVersions xmlns="http://www.sourcegear.com/schemas/vault">
<clientSupportedVersions>
<int>
8
</int>
</clientSupportedVersions>
</ValidateServiceVersions>
</soap:Body>
</soap:Envelope>