Tomcat 5.5.23
Sun JDK 1.6.0_02

Is there is anything else you'd like me to try, verify or attach? Also, is there a work around or suggestions in the mean time so I can get this up behind https?

On Jul 11, 2007, at 12:39 PM, Davanum Srinivas wrote:

Jared,

Looks like the bug still exists...What's you App server? (and jdk version)

thanks,
dims

On 7/11/07, Jared Blitzstein <[EMAIL PROTECTED]> wrote:
I just tried the snapshot version and it's still the same. Maybe what I'm
expecting is incorrect. I'm assuming that if I call my WSDL via
https://192.168.1.154:8443/RiskStratService/services/ RiskStratService?wsdl I should get the addresses returned with https and 8443, is that correct?
But what is actually being returned is:

<wsdl:service name="RiskStratService">
    <wsdl:port name="RiskStratServiceSOAP11port_http"
binding="ns:RiskStratServiceSOAP11Binding">
        <soap:address

location="http://192.168.1.154:8080/RiskStratService/services/ RiskStratService"/>
    </wsdl:port>
    <wsdl:port name="RiskStratServiceSOAP11port_tcp1"
binding="ns:RiskStratServiceSOAP11Binding">
        <soap:address
location="tcp://192.168.1.154:6061/axis2/services/RiskStratService"/>
    </wsdl:port>
    <wsdl:port name="RiskStratServiceSOAP12port_http"
binding="ns:RiskStratServiceSOAP12Binding">
        <soap12:address

location="http://192.168.1.154:8080/RiskStratService/services/ RiskStratService"/>
    </wsdl:port>
    <wsdl:port name="RiskStratServiceSOAP12port_tcp1"
binding="ns:RiskStratServiceSOAP12Binding">
        <soap12:address
location="tcp://192.168.1.154:6061/axis2/services/RiskStratService"/>
    </wsdl:port>
    <wsdl:port name="RiskStratServiceHttpport"
binding="ns:RiskStratServiceHttpBinding">
        <http:address

location="http://192.168.1.154:8080/RiskStratService/services/ RiskStratService"/>
    </wsdl:port>
</wsdl:service>



On Jul 11, 2007, at 10:05 AM, Davanum Srinivas wrote:

Jared,

Did you try the latest nightly? i believe there was a bug report of
similar nature.

thanks,
dims

On 7/11/07, Jared Blitzstein <[EMAIL PROTECTED]> wrote:
Thanks for the reply, I've been checking my email every 10 minutes hoping someone would help. I am already using 1.2. Do you have a bugzilla reference to the original issue? Maybe it's something with one of my dependencies. I'm using maven2 to manage them so maybe one of those is incorrect. I'm not sure if you're familiar with m2 but I've pasted the dependencies below. Is there
a way I can just hard code the correct values into the wsdl?

<dependencies>
 <dependency>
 <groupId>com.ibatis</groupId>
 <artifactId>ibatis2-dao</artifactId>
 <version>2.1.7.597</version>
 </dependency>
 <dependency>
 <groupId>com.ibatis</groupId>
 <artifactId>ibatis2-sqlmap</artifactId>
 <version>2.1.7.597</version>
 </dependency>
 <dependency>
 <groupId>com.oracle</groupId>
 <artifactId>ojdbc14</artifactId>
 <version>10.2.0.2.0</version>
 </dependency>
 <dependency>
 <groupId>com.ibatis</groupId>
 <artifactId>ibatis2-common</artifactId>
 <version>2.1.7.597</version>
 </dependency>
 <dependency>
 <groupId>xom</groupId>
 <artifactId>xom</artifactId>
 <version>1.1</version>
 </dependency>
 <dependency>
 <groupId>backport-util-concurrent</groupId>
 <artifactId>backport-util-concurrent</artifactId>
 <version>2.2</version>
 </dependency>
 <dependency>
 <groupId>org.apache.httpcomponents</groupId>
 <artifactId>jakarta-httpcore</artifactId>
 <version>4.0-alpha2</version>
 </dependency>
 <dependency>
 <groupId>log4j</groupId>
 <artifactId>log4j</artifactId>
 <version>1.2.14</version>
 </dependency>
 <dependency>
 <groupId>org.testng</groupId>
 <artifactId>testng</artifactId>
 <version>5.4</version>
 <scope>test</scope>
 </dependency>
 <dependency>
 <groupId>org.apache.axis2</groupId>
 <artifactId>axis2</artifactId>
 <version>1.2</version>
 </dependency>
 <dependency>
 <groupId>commons-logging</groupId>
 <artifactId>commons-logging</artifactId>
 <version>1.1</version>
 </dependency>
 <dependency>
 <groupId>javax.xml</groupId>
 <artifactId>jaxp-api</artifactId>
 <version>1.4.1</version>
 </dependency>
 <dependency>
 <groupId>servletapi</groupId>
 <artifactId>servletapi</artifactId>
 <version>2.4</version>
 <scope>provided</scope>
 </dependency>
 <dependency>
 <groupId>org.apache.ws.commons.axiom</groupId>
 <artifactId>axiom-dom</artifactId>
 <version>1.2.4</version>
 </dependency>
 <dependency>
 <groupId>org.apache.ws.commons.axiom</groupId>
 <artifactId>axiom-api</artifactId>
 <version>1.2.4</version>
 </dependency>
 <dependency>
 <groupId>com.sun.xml</groupId>
 <artifactId>jaxb-impl</artifactId>
 <version>2.0EA3</version>
 </dependency>
 <dependency>
 <groupId>org.apache.ws.commons.schema</groupId>
 <artifactId>XmlSchema</artifactId>
 <version>1.3.1</version>
 </dependency>
 <dependency>
 <groupId>wsdl4j</groupId>
 <artifactId>wsdl4j</artifactId>
 <version>1.6.1</version>
 </dependency>
 <dependency>
 <groupId>org.apache.ws.commons.neethi</groupId>
 <artifactId>neethi</artifactId>
 <version>2.0</version>
 </dependency>
 <dependency>
...

[Message clipped]


--
Davanum Srinivas :: http://davanum.wordpress.com

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





--
Davanum Srinivas :: http://davanum.wordpress.com

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



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

Reply via email to