Overview pages for webservices broken
-------------------------------------
Key: AXIS2-4609
URL: https://issues.apache.org/jira/browse/AXIS2-4609
Project: Axis2
Issue Type: Bug
Components: admin console
Affects Versions: 1.5.1
Environment: Axis2 1.5.1 full binary zip distribution for windows.
Running axis2server.bat. Sun Java 1.6.0_07.
Reporter: Marc Noma
Priority: Minor
Since upgrading from axis2 1.4.1 to axis2 1.5.1 the overview pages for the
installed webservices no longer display. The problem can easily be tested using
the "Version" webservice that comes with the axis2 distribution:
After starting axis2server.bat the following url
http://127.0.0.1:8080/axis2/services/Version
gives an overwiew for the Version webservice in axis2 1.4.1:
"
Version
wsdl
Service Description : Version
Available operations
* getVersion
"
Doing the same while running axis 1.5.1 yields the following error (as
displayed in firefox):
"
<soapenv:Reason>
−
<soapenv:Text xml:lang="en-US">
The endpoint reference (EPR) for the Operation not found is
/axis2/services/Version and the WSA Action = null
</soapenv:Text>
</soapenv:Reason>
"
This bug breaks clients that rely on the webservice overview pages!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.