In general, for wsdl we create on the fly, we embed the schema into the wsdl so there isn't any xsd separately available. It's one of those things that we probably should provide a flag for somehow. The code supports putting each schema namespace into it's own file (see the -createxsdimports flag on java2ws), there just isn't a way to set it for wsdl's generated at runtime.
For wsdl first cases, you can do "?xsd=MySchema.xsd" or whatever to get the named schemas that the wsdl imports. Dan On Monday 05 January 2009 10:52:00 am Wolf, Chris (IT) wrote: > I know there are several special query strings for WSDL and JavaScript, > i.e. : > > http://host/service?wsdl > http://host/service?js > > ...but I thought there was also one for getting the schema part of the > WSDL, i.e. something like http://host/service?xsd (that doesn't work) > Is this true? What are all the special query URLs unserstod by JAX-WS > and/or CXF? > > Thanks, > > -Chris W. > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender does > not intend to waive confidentiality or privilege. Use of this email is > prohibited when received in error. -- Daniel Kulp [email protected] http://dankulp.com/blog
