~WSDL gets IP Addresses in ports instead of hostnames in release 1.2
--------------------------------------------------------------------
Key: AXIS2-2624
URL: https://issues.apache.org/jira/browse/AXIS2-2624
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: wsdl
Affects Versions: 1.2
Environment: Axis2 1.2 and Windows XP
Reporter: Kevin Jin
Priority: Critical
Refer to issue AXIS2-1132, I thought this was fixed in this issue which got
released in previous ones long time ago. For some reason, after I upgraded
AXIS2 from 1.1.1 to 1.2 today, I got the same issue. In 1.1.1, it returns the
hostnames. Please advice .. (See below.... )
- <wsdl:service name="Version">
- <wsdl:port name="VersionSOAP11port_http" binding="axis2:VersionSOAP11Binding">
<soap:address location="http://10.1.2.110:7777/axis2/services/Version" />
</wsdl:port>
- <wsdl:port name="VersionSOAP12port_http" binding="axis2:VersionSOAP12Binding">
<soap12:address location="http://10.1.2.110:7777/axis2/services/Version" />
</wsdl:port>
- <wsdl:port name="VersionHttpport" binding="axis2:VersionHttpBinding">
<http:address location="http://10.1.2.110:7777/axis2/services/Version" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
--
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]