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 ****