Title:

Has anyone used the MSXML.XMLHTTP object with Struts (IE5.n) with a client side function such as:

        function getClientList(sXML){
                var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
                xmlhttp.Open("POST", "xmlservice.do, false);
                xmlhttp.Send(sXml);
                clientlist.innerHTML=xmlhttp.responseText;
        }


Where the action class returns null and engages business objects to return XML via the response objects PrintWriter object
I are using it to engage an action class that delivers content without the need for round trips.  To the same end we are performing synchronous calls.

I am interested in hearing from colleagues who have and would like to see what error handling issues have been identified and how they are handled.

Cheers

Mark Franklin

IT Consultant
CMG

Tel     : +44 (0)1332 287348
Website : 
http://www.cmgplc.com/

Reply via email to