Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5, 1.5.1
-
None
-
None
-
Axis2 1.5.1 full binary zip distribution for windows. Running axis2server.bat. Sun Java 1.6.0_07.
Description
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!
The problem also applies to axis2 1.5.
Attachments
Issue Links
- is related to
-
WSCOMMONS-405 Transport: In some cases HTTP GET on services is not handled correctly in HTTPWorker.java
- Resolved