[ https://issues.apache.org/jira/browse/AXIS2-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andreas Veithen updated AXIS2-3940: ----------------------------------- Fix Version/s: 1.6 > Allow https in AxisServlet.getEPRsForService > --------------------------------------------- > > Key: AXIS2-3940 > URL: https://issues.apache.org/jira/browse/AXIS2-3940 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: transports > Reporter: Dennis Kieselhorst > Fix For: 1.6 > > > We have a service which is only accessible via https. Unfortunately the auto > generated wsdl contains http in the soap:address tag for the endpoint > location. This is a problem for clients that don't overwrite the target url. > I found out that http:// is hard coded in AxisServlet.getEPRsForService. > I would appreciate to differentiate between http and https. > ServletRequest.isSecure() can be used to determine if the request is secure. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.