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
