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.