Hi,
 
Looks like the wsdl port numbers being populated in the wsdl port
address by Axis2 is incorrect. 
 
<wsdl:service name="Version">
    <wsdl:port name="VersionSOAP11port_https"
binding="ns0:VersionSOAP11Binding">
        <soap:address
location="https://1.2.3.4:80/axis2/services/Version
<https://1.2.3.4:80/axis2/services/Version> " /> 
    </wsdl:port>
    <wsdl:port name="VersionSOAP11port_http1"
binding="ns0:VersionSOAP11Binding">
        <soap:address
location="http://1.2.3.4:8080/axis2/services/Version
<http://1.2.3.4:8080/axis2/services/Version> " /> 
    </wsdl:port>
</wsdl:service>
 
In our situation, the port number for https should be 443 and port for
http should be 80. Is there any configuration which needs to be modified
such that the right port number is included in the wsdl when it is
retrieved using ?wsdl option.
 
Thanks,
Jai
 
 

Reply via email to