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 ji...@apache.org on 2004/06/17 19:41:10 UTC

[jira] Updated: (AXIS-1397) Services overview page has incorrect link to service-wsdl if using a mapping other then /services

The following issue has been updated:

    Updater: AJ Banck (mailto:ajbanck@informatica.com)
       Date: Thu, 17 Jun 2004 10:39 AM
    Comment:
Simple patch to replace hardcoded "/services/" with wsdd parameter axis.servicesPath.
    Changes:
             Attachment changed to patch-servicespath.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXIS-1397?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1397

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1397
    Summary: Services overview page has incorrect link to service-wsdl if using a mapping other then /services
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             current (nightly)

   Assignee: 
   Reporter: AJ Banck

    Created: Wed, 16 Jun 2004 9:24 AM
    Updated: Thu, 17 Jun 2004 10:39 AM

Description:
The URL location to the services is hardcoded to '/services' in the generated page of available services.
AxisServlet.reportAvailableServices[455] has:
        String baseURL = getWebappBase(request)+"/services/";

This path is defined in the mapping of web.xml So if the web.xml has a mapping on another url, the services overview doesn't work.

For example, we have different URL's for different versions of the application's API. This maps the services like:
    <servlet-mapping>
        <servlet-name>AxisServlet</servlet-name>
        <url-pattern>/api4/services/*</url-pattern>
    </servlet-mapping>


With this the {baseurl}/api4/services shows the overview of services, but clicking on one of the WSDL  links  (linking to {baseurl}/services/myservice?wsdl}throws a 404.
The wsdl is available at {baseurl}/api4/services/myservice?wsdl

Not sure what the best solution is. Can AxisServlet find out what the mapping used is, or should it be a variable?


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira