I created a stub from wsdl from HTTPS port but the uri in the stub shows http with port 80. Am I doing something wrong or do I have to make changes in tomcat settings or axis settings?
I am using axis2 1.3 with tomcat 6. set JAVA_OPTS=-Djavax.net.ssl.trustStore="c:/program files/java/jre1.6.0_01/lib/security/cacerts" wsdl2java.bat -or -uw --noBuildXML -uri https://openapi.strands.com:443/services/Api?wsdl * Default Constructor */ public ApiStub( org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault { this(configurationContext, "http://openapi.strands.com:80/services/Api"); } /** * Default Constructor */ public ApiStub() throws org.apache.axis2.AxisFault { this("http://openapi.strands.com:80/services/Api"); } - Leon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
