I am looking for a way to indicate that some MessageBodyMember is required, so that the generated scheme will have minOccurs = 1 instead of minOccurs = 0.
I need to manually modify the scheme to add it, and this is really a pain.
I read several articles that say this is not possible, but they are a bit old; maybe now there is a way or workaround.
Does anyone know if this is possible?
source
share