When I load an WSDL file, the values for elements is by default appeared as follows:
<mod:country>?</mod:country>
<mod:variant>?</mod:variant>
<mod:language>?</mod:language>
Don't want this ? want to set another default value to be appeared as over there whenever I load any WSDL file in SOAPUI.
As I want to to load with with empty values for elements as :
<mod:country></mod:country>
<mod:variant></mod:variant>
<mod:language></mod:language>
Can any one Please help me to set the default value for SOAPUI?