This validation will be done by the soap processor against the input and output documents generated while creating the consumer.
I would suggest below for your requirement -
You can change all the elements (simple and complex) to optional. Then this validation won’t be done.
set attribute minOccurs=“0” for all the elements.
Once you change wsdl and create the consumer ws. So, now the documents(input and output signatures) will be having all optional fields. This helps in passing through the validation by soap processor.
Try to do a sample and test. How it works.
/Naidu
#API-Management#soa#webMethods