casp8
6 years agoOccasional Contributor
Optional attributes in generating a soapUI project from WDSL
Hi all,
I'm new to SoapUI/readyAPI. I'm working on Java code that generates a soapUI project from a wdsl.
At the moment my tests fail cause the request contains optional attributes specified in the wdsl, and I need to manually delete them in the GUI. Currently the fields are automatically filled with a question mark, while a char isn't accepted for these attributes.
I want to generate a project automatically while ignoring these optional fields.
How can I do this? Any hints will be appreciated!
Thanks in advance!