tags:

views:

39

answers:

0

hello, i am using axis (version 1 JAX-RPC) within tomcat5.X. i generated using eclipse-axis integration my wsdl file and it is ok. now i want to customize the SOAP Response by not returning one of my class fields. (lets say i have 2 fields\datamembers in class but i want to return just 1 in XML SOAP answer) i know that by removing the Setter\Getter of the data member field i will not get this field in the SOAP response. BUT, i don't want to change the class at all. is there a way to control the wsdl to prevent a field from returning in the answer? i know that the reasonable thing to do is to delete the field from the wsdl file. and that what i did, but... i still get the field in the SOAP answer even i removed it from the wsdl.

thanks

related questions