When I generate my wsdl from Java code all of the attributes are set to nillable="true".
I update the wsdl to have nillable="false" for the attributes that must be populated but when the WAR file get's deployed the wsdl sets everything back to nillable="true".
Is there a way to force the wsdl to be unchanged or to create it with the attributes set to nillable=false?
BTW, im using JAX-RPC, AXIS in Tomcat environment.
Any help would be appreciated.