Here is my solution that seems to work. I am able to resolve schemeas loaded from both the file system and the classloader.
import org.apache.ws.commons.schema.resolver.URIResolver;
import...
Type: Posts; User: blackbeltdev; Keyword(s):
Here is my solution that seems to work. I am able to resolve schemeas loaded from both the file system and the classloader.
import org.apache.ws.commons.schema.resolver.URIResolver;
import...
This is still broken in 1.4.2.
If Spring WS's CommonsXsdSchemaCollection could inject the XmlSchemaCollection. Then you could call setSchemaResolver() to use a custom URIResolver that was more...
Hello,
Is it possible to use multiple annotation based _Endpoint mappings within the same WS context using different interceptors?
For example I would like to have both non-secured and secured...