sending soapmessage fails with ie7

Hi All,

I have Backbase 3.3.1 and I want to make it work with IE7. The page loads just fine, but when I try to send a soap message, I get an error saying the loading has failed. With IE6 this code works fine. Is there a way I can get the code to work under IE7?

Here is the call:

<s:task b:action="send" b:url="http://someurl" b:source="$soaprequest" b:destination="$soapresponse" b:autoroot="false"/>

I hope you can help me. Thanks in advance,

Lesley

native XMLHTTP caused the error

I found the problem. IE7's native XMLHTTP support caused the problem. All applications work as they should when I turn off the native support.

Lesley