Hi,
We're having a weird issue with Spring Web Services/SOAP when switching from Sun's Java to IBM's Java.
We're using the Spring Web Services example code from here (6.2.2.): http://static.springsource.org/spring-ws/sites/1.5/reference/html/client.html
It works perfectly from our localhost which uses Sun's Java. But when switching to a server that uses IBM's Java, we don't get a web service response back and/or it's not able to parse the XML from the web service. No errors show up in the apache tomcat catalina.out log file.
Any guidance is greatly appreciated.