spring-ws-samples
spring-ws-samples copied to clipboard
Error with in MTOM server
Hello,
I can run the MTOM server, but when i launch MTOM client (both SpringWS and JAX-WS) i have an error in Server console.
Server log in attachment.
But in short : xsd 'class path resource [schema.xsd]' does not exist
I suppose it come from the class MtomServerConfiguration.java
@Bean public SimpleXsdSchema schema() { return new SimpleXsdSchema(new ClassPathResource("/schema.xsd")); }
Where is your schema.xsd located?
Can you check again? I've made a LOT of changes recently that should have gotten everything operational.