[ https://issues.apache.org/jira/browse/AXIS2-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andreas Veithen resolved AXIS2-4144. ------------------------------------ Resolution: Fixed Fix Version/s: (was: 1.4.1) 1.6 This should be fixed by the changes in AXIS2-4465. > Wrong port number in generated WSDL > ----------------------------------- > > Key: AXIS2-4144 > URL: https://issues.apache.org/jira/browse/AXIS2-4144 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: wsdl > Affects Versions: 1.4.1 > Environment: Windos XP and Tomcat5.5 > Reporter: bhaskaran.naraya...@rsa.com > Fix For: 1.6 > > > When I ask for the WSDL of an RPCMessageReceiver service in Tomcat, the > generated WSDL contains the wrong port number. > https://localhost:8777/axis2/services/Version?wsdl > and the wsdl shows > - <wsdl:service name="Version"> > - <wsdl:port name="VersionSOAP11port_http" > binding="axis2:VersionSOAP11Binding"> > <soap:address location="http://192.168.234.1:8080/axis2/services/Version" > /> > </wsdl:port> > - <wsdl:port name="VersionSOAP12port_http" > binding="axis2:VersionSOAP12Binding"> > <soap12:address location="http://192.168.234.1:8080/axis2/services/Version" > /> > </wsdl:port> > - <wsdl:port name="VersionHttpport" binding="axis2:VersionHttpBinding"> > <http:address location="http://192.168.234.1:8080/axis2/services/Version" > /> > </wsdl:port> > </wsdl:service> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.