spring-ws-samples icon indicating copy to clipboard operation
spring-ws-samples copied to clipboard

Error with in MTOM server

Open nicolasu opened this issue 8 years ago • 2 comments

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")); }

springWS-error.txt

nicolasu avatar Sep 13 '17 22:09 nicolasu

Where is your schema.xsd located?

gregturn avatar Sep 13 '18 21:09 gregturn

Can you check again? I've made a LOT of changes recently that should have gotten everything operational.

gregturn avatar Aug 10 '20 15:08 gregturn