Hi, I want to fix some the the element values for example: <element name="TRUE" type="boolean" fixed="1"/>
Whenever I refer "TRUE" it should be "1" and it should be changed. When I run wsdl2java on this wsdl the java code to allow any value. Then I tried this <element name="TRUE" type="boolean" default="1"/> In this case I'm able to get the default to "1", but anyone can set it to different value by calling setmethod. Is there any workaround for this? Why I want to fix because this is the requirement. Any help will be greatly appreciated. Thanks, -- View this message in context: http://www.nabble.com/Element-Fixed-vaule-not-supported-with-wsdl2java--tp21606482p21606482.html Sent from the Axis - User mailing list archive at Nabble.com.
