Hello,
This question or similar question was asked on the forums before but i’m not able to find a clear answer.
Here it goes. I create a web service provider under IS 9.8.0.0. The service has a single string as an input and single string as an output. When exposing the service and consuming the WSDL from SoapUI I’m able pass additional input parameters and and IS doesn’t complain. How to get IS to validate the incoming message (payload) and fulfills the WSDL contract?
Things I tried:
1- Validate Schema using Xerces is set to True
2- having Validate Input box ticked will complain for missing mandatory inputs.
Thank you.