Validate XML against WSDL for outbound SOAP request
I have a requirement to validate XML request payload against the WSDL before sending Outbound SOAP request. e.g. checking mandatory attributes, attribute length, minimum/maximum occurrence, etc. The XML validation against WSDL is available in SOAP UI...

