I have a property
private boolean submitRequests = true;
but when WSDL is generated the resulting bean does not retain the default "true" value. Is there a way or any annotation which can make it retain the default value?
I have a property
private boolean submitRequests = true;
but when WSDL is generated the resulting bean does not retain the default "true" value. Is there a way or any annotation which can make it retain the default value?
Copyright © 2021 Jogjafile Inc.
Got the answer...
this will do it