hi,

I new to Spring WS. I have deployed the Echo sample in JBoss and am able to communicate with it from my client. However the soap response from the web service is missing the text content "hello" when I call the web service deployed on JBoss 4.2.0. It works fine in Tomcat 5.5. I have added the latest xercesimpl.jar, xalan.jar and serializer.jar to the war, since I read somewhere that these files in JBoss could cause conflicts. But the problem still persists. Please advice.

The response I get is
<?xml version="1.0" encoding="UTF-8"?><echoResponse xmlns="http://www.springframework.org/spring-ws/samples/echo"/>

Thanks,
Seema