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? Thank you, Aaron