On Wed March 4 2009 8:04:07 am stevewu wrote: > 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?
Basically a subset, and I'm not even sure which rules. As people encounter issues, we add more checks. Dan > > 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 -- Daniel Kulp [email protected] http://www.dankulp.com/blog
