You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Marc Noma (JIRA)" <ji...@apache.org> on 2010/02/04 10:34:27 UTC

[jira] Updated: (AXIS2-4609) Overview pages for webservices broken

     [ https://issues.apache.org/jira/browse/AXIS2-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Noma updated AXIS2-4609:
-----------------------------

          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.

  was:
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!


    Affects Version/s: 1.5

> 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, 1.5
>         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!
> The problem also applies to axis2 1.5.

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