On Fri September 4 2009 4:35:32 pm Aaron Ehrensberger wrote: > Hi all, > > I'm trying to deploy my webservices on Websphere. Originally using > Eclipse IDE, Jboss/Tomcat, Spring and CXF, I have the webservices > deploying with no issues. > > However, when bringing the code into Websphere and attempting to deploy > the same .war file created and tested in the first setup, I get a > different WSDL that is missing multiple namespaces. This causes the > WSDL to not load and give me headaches. > > Does anybody have any thoughts as to what is changing things? Our code > is mainly straight java and so it should port between the two app > servers without any migration issues, but it doesn't. Ideas on what I > can look into?
It's PROBABLY due to the STAX implementation. If you can try getting woodstox in there to be used, it would probably be better off. The IBM stax stuff is notorious for choosing alternative interpretations of the spec and generally making it harder to use. It also doesn't perform as well as woodstox. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog