You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "MAYOR,CHRIS (HP-PaloAlto,ex1)" <ch...@hp.com> on 2002/09/12 17:34:02 UTC

Java2Wsdl & Beans get/set

Hi All,
  I have a bean that has several methods of the form "getXXX" with no
corresponding "setXXX" method.  When java2wsdl is invoked on the class "XXX"
is included in the WSDL.  This is also true if a "setXXX" method exists
without a "getXXX".  

  Is it possible to have java2wsdl only expose parameters with both a get &
set method?  

  This is in 1.0 RC1.

Thanks,
Chris Mayor