You should not have any problems with the query parameters.
Are you sure that those &'s are escaped in the raw xml?

2012/4/19 pwanner <[email protected]>:
> Hi all,
>
> I would like to import a schema in a wsdl using <xsd:import> and having the
> schemaLocation url point to the latest snapshot version in nexus:
>
> <xsd:import namespace="http://www.xxx.com/ProjectService/1_0/";
> schemaLocation="
> nexus.xxx.com/nexus/service/local/artifact/maven/redirect?r=snapshots&g=com.xxx.project&a=project-service-wsdl&v=0.0.1-SNAPSHOT&e=xsd"/>
>
> The problem is that CXF wsdl2java is not happy with the = in the url. Looks
> like query parameters are not allowed in the url, can anyone confirm?
>
> Does someone has an idea how to workaround this limitation?
>
> Regards.
>
> --
> View this message in context: 
> http://cxf.547215.n5.nabble.com/xsd-import-schemaLocation-url-with-query-params-tp5651282p5651282.html
> Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to