Forum Discussion

BenX's avatar
BenX
Contributor
16 years ago

required elements

hi!

when exactly does soapui mark element in request as reqiered?
with star (*)?

xsd:
use="required"
or
use="optional"

is not all what it takes? is it?

thanks!

beno

1 Reply

  • Hi beno,

    for elements: if minOccurs > 0 and the element is not marked as nilable
    for attributes: use = required

    regards!

    /Ole
    eviware.com