Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: MSXML2.ServerXMLHTTP60

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 5/22/2008 1:12:00 PM

gerick wrote:
> I am calling a web service that works in Windows XP but does not Vista. The 
> following error is produced calling the send method: "The client and server 
> cannot communicate, because they do not possess a common algorithm."
> 
> Code:
> Dim objXMLServerXMLHTTP As MSXML2.ServerXMLHTTP60
> Set objXMLServerXMLHTTP = New MSXML2.ServerXMLHTTP60
> 'Build HTTP Header
> objXMLServerXMLHTTP.setTimeouts 6000000, 6000000, 6000000, 6000000
> objXMLServerXMLHTTP.Open "POST", p_strPOST, False
> 
> objXMLServerXMLHTTP.setRequestHeader "Content-type", "text/xml; charset=utf-8"
> objXMLServerXMLHTTP.setRequestHeader "SOAPAction", p_strSOAPAction
> 
> 'Make the SOAP Call
> objXMLServerXMLHTTP.Send p_strData
> 
> Has anyone experienced this or have any suggestions.

Is that a HTTPS connection? There is one knowledge base article 
http://support.microsoft.com/kb/907829 with that error message, however 
it does not relate to MSXML but rather to .NET.
Nevertheless "do not possess a common algorithm" sounds as if encryption 
does not work.

-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent