Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Wsdl Validation Question


There may be a way to programmatically request that the validation framework validate your file. I'm not familiar with the new framework so don't know if this is possible of how to do it. Otherwise, take a look at [1] for instructions on invoking the WSDL validator programmatically.

[1] http://wiki.eclipse.org/Using_the_WSDL_Validator_Outside_of_Eclipse

Lawrence Mandel

Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814   Fax: 905 - 413 - 4920
lmandel@xxxxxxxxxx
-
Co-author Eclipse Web Tools Platform: Developing Java Web Applications
http://www.eclipsewtp.org




From: "Dimov, Iliyan" <iliyan.dimov@xxxxxxx>
To: <wtp-dev@xxxxxxxxxxx>
Date: 09/03/2008 07:44 AM
Subject: [wtp-dev] Wsdl Validation Question





I have the following situation : After the user import a wsdl file inside Java Project it can validate using
right click on the wsdl file and then Validate. As a result if the wsdl file contains some errors they are
reported in the problems view. I want to do same but programatically : we have an import wizard and
after the wsdl file is imported this validation should be trigger somehow.

Is there a simple way to call the same validator to validate the wsdl ?

  _______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top