Hi,
I am writing a message service server. I have deployed on Tomcat 3.2.4 and am using apache soap 2.3.1 running on Suse Linux 8.0 When I receive a the method is called message After deploying the service, when i receive client requests on it, my method 'message' gets called. Now I need to get the contents of the SOAP body. Can someone please tell me how to do this? Attempts like env.getEnvelopeEntries and Body b = env.getBody() etc print out null as answers. Thanks Munjal -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>