You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Harbhanu Sahai (JIRA)" <ji...@apache.org> on 2008/08/21 17:02:46 UTC

[jira] Updated: (CXF-1757) Javascript client not working on IE-6

     [ https://issues.apache.org/jira/browse/CXF-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harbhanu Sahai updated CXF-1757:
--------------------------------

    Attachment: patch.txt

Please consider on whether we should add trace in case any particular AcitveXObject creation fails.

try
{
         httpRequest = new ActiveXObject(XMLHTTPREQUEST_MS_PROGIDS[i]);
         success = true;
}
catch (ex)
{// Ignore the error or one can choose to log it.. <<<<< Here.....
}

> Javascript client not working on IE-6
> -------------------------------------
>
>                 Key: CXF-1757
>                 URL: https://issues.apache.org/jira/browse/CXF-1757
>             Project: CXF
>          Issue Type: Bug
>          Components: JavaScript Client
>    Affects Versions: 2.1
>         Environment: Windows XP SP2,  Intel P4 and Internet Explorer 6
>            Reporter: Harbhanu Sahai
>            Priority: Minor
>         Attachments: patch.txt
>
>
> Javascript client not able to process, send/recieve, any SOAP request.
> After some debugging I learnt that the generated code is not able to create the XMLHttpRequest Object on IE6.
> There is some issue with the way we are creating the XMLHttpRequest Object for IE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.