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 06:34:44 UTC

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

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


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.


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

Posted by "Harbhanu Sahai (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624512#action_12624512 ] 

Benson Margulies commented on CXF-1757:
---------------------------------------

I checked in a variation on this. I can't test on IE, please test on the next snapshot.

> 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
>             Fix For: 2.2
>
>         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.


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

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-1757.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2

Applied fix.

> 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
>             Fix For: 2.2
>
>         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.