Hi Dan, Does it check for all WS-I BP file rules or just a subset. Also which version of WS-I BP was used for checking?
Thanks Steve dkulp wrote: > > On Mon February 23 2009 2:42:55 pm Steve2001 wrote: >> Hi, >> >> I am looking into validating my wsdl file when running wsdl2java ant >> target >> using -validate option. >> The doc doesn't specify what it validates. Does anybody know where I can >> find the info? > > Probably in the code.... ;-) > > Seriously, it does two kinds of validation: > > 1) Schema validation - it makes sure the wsdl is proper according to the > wsdl > schema. General "well formed" type stuff. > > 2) A bunch of WS-I BP checks to make sure the wsdl conforms to some of the > WS- > I BP rules. Things like flagging overloaded operations, conflicting > names, > etc.... > > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog > > -- View this message in context: http://www.nabble.com/Validating-wsdlfile-with--validate-option-tp22168564p22329586.html Sent from the cxf-user mailing list archive at Nabble.com.
