* @see org.wsi.test.profile.validator.ProfileValidatorFactory#newWSDLValidator()
*/
public WSDLValidator newWSDLValidator() throws WSIException
{
// Create new WSDL validator
WSDLValidator wsdlValidator = new WSDLValidatorImpl();
// Return validator
return wsdlValidator;
}