You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2008/11/23 11:41:44 UTC

[jira] Created: (GERONIMO-4427) Incorrect httpbinding namespace is used in Axis2 plugin

Incorrect httpbinding namespace is used in Axis2 plugin
-------------------------------------------------------

                 Key: GERONIMO-4427
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4427
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: webservices
    Affects Versions: 2.2
         Environment: WIndows XP
JDK 1.5
            Reporter: Ivan


In the WSDL 1.1,  the httpbinding namespace url should be http://schemas.xmlsoap.org/wsdl/http/, not http://www.w3.org/2004/08/wsdl/http.
So in the AxisServiceGenerator, since wsdl4j is used, while comparing the namespace to determine which binding is used, I guess we should use http://schemas.xmlsoap.org/wsdl/http/.

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


[jira] Updated: (GERONIMO-4427) Incorrect httpbinding namespace is used in Axis2 plugin

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

Ivan updated GERONIMO-4427:
---------------------------

    Attachment: Geronimo-4427.patch

I update the namespace url for httpbinding.
Please help to review it, wish I do not make a mistake :-).

> Incorrect httpbinding namespace is used in Axis2 plugin
> -------------------------------------------------------
>
>                 Key: GERONIMO-4427
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4427
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.2
>         Environment: WIndows XP
> JDK 1.5
>            Reporter: Ivan
>         Attachments: Geronimo-4427.patch
>
>
> In the WSDL 1.1,  the httpbinding namespace url should be http://schemas.xmlsoap.org/wsdl/http/, not http://www.w3.org/2004/08/wsdl/http.
> So in the AxisServiceGenerator, since wsdl4j is used, while comparing the namespace to determine which binding is used, I guess we should use http://schemas.xmlsoap.org/wsdl/http/.

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


[jira] Resolved: (GERONIMO-4427) Incorrect httpbinding namespace is used in Axis2 plugin

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

Jarek Gawor resolved GERONIMO-4427.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.1.4
         Assignee: Jarek Gawor

Committed the patch to trunk (revision 720212) and branches/2.1 (revision 720213). Thank Ivan!


> Incorrect httpbinding namespace is used in Axis2 plugin
> -------------------------------------------------------
>
>                 Key: GERONIMO-4427
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4427
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.2
>         Environment: WIndows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>             Fix For: 2.1.4, 2.2
>
>         Attachments: Geronimo-4427.patch
>
>
> In the WSDL 1.1,  the httpbinding namespace url should be http://schemas.xmlsoap.org/wsdl/http/, not http://www.w3.org/2004/08/wsdl/http.
> So in the AxisServiceGenerator, since wsdl4j is used, while comparing the namespace to determine which binding is used, I guess we should use http://schemas.xmlsoap.org/wsdl/http/.

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