JSR-224 defines the ?wsdl suffix--something all JAX-WS implementations need
to support.  I don't think it defines any other suffix--a search of that
document on "?" might give you the answer.

If needed, your client can manually process the wsdl it downloads for the
specific parts (wsdl:types, wsdl:messages, etc.) that it cares about. 
Normally developers of SOAP clients don't need to get into that level of
detail.  Note however, your WSDL can import multiple XSD's, so those would
need to be downloaded and parsed as well.

Glen


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.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/CXF-query-URL-for-schema-only--tp21293483p21293719.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to