How to expose XSD included in WSDL ?
Hi !
I'm using org.springframework.ws.wsdl.wsdl11.DefaultWsdl11De finition to expose a dynamic WSDL. My need is to have inline = false (because some XSDs are shared accross projects and I don't want to have multiple mappings packages (JAXB) for one XSD).
My WSDL is accessed via an URL like : http://server/context/ws/myWSDL.wsdl
It references XSDs in its own folder (XSD includes) and its parent folder (XSD imports).
But no XSD is accessible ? Error 404 ...
Can anyone help me ?
Regards
Gabe