I know this may not be the appropriate group to send this, but I think this is a general issue that I am not aware of and this group is active and thought I'd give it a shot.
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. Appreciate if you could help me to resolve this problem. Joe ****