Russo, Joe wrote:
I wrote a web service component using JAX-WS API and deployed on JBoss
5.0.1 application server. And also, wrote a Soap client which sends a
valid soap request to server and server executes corresponding method
and returns soap response back to client but what ever parameters I
included in soap, it considers it as null for string datatype and zero
for int data type.


I believe that Tomcat has nothing to do with whatever the content of the response sent by your webapp is. Tomcat merely returns it to the client.
You may have more luck on a JAX-WS list.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to