Inbound Webservice message validation
We are on Siebel 8.1.1.11. For an inbound webservice integration, we have marked certain fields as required in the integration object.
This is also reflected in the WSDL generated.
But if the service is invoked (from SOAPUI) with this required tag missing, Siebel does not validate and throw and exception. It proceeds to invoke the WF .
If any new tag NOT in the IO is provided, Siebel validates that .
Is there any way of implementing a similiar validation for required fields ?