HTTP ports are not included in the generated wsdl if the service is deployed in 
a server configured with both http and https transports
---------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3698
                 URL: https://issues.apache.org/jira/browse/AXIS2-3698
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: nightly
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge
            Assignee: Sanka Samaranayake
            Priority: Critical
         Attachments: RestService.aar

I have a pojo service and which worked fine with previous axis2 builds. I 
usually generate code by specifying httpsoap11 port name of the generated wsdl 
(?wsdl). When I tried to generate code using the same httpsoap11 port in the 
recent Axis2 nightlies, it failed due to the requested port is not available in 
the wsdl (?wsdl).
It seems that http ports are not included in the generated wsdl if both http 
and https transports are configured in the servlet container. 

Steps to reproduce:
================
1. Deploy the attached service in tomcat which is configured with both http and 
https transports
2. access http://localhost:8080/axis2 and select the deployed service
3. Check the generated wsdl



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to