Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with in MTOM server #4

Open
nicolasu opened this issue Sep 13, 2017 · 2 comments
Open

Error with in MTOM server #4

nicolasu opened this issue Sep 13, 2017 · 2 comments

Comments

@nicolasu
Copy link

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

@gregturn
Copy link
Contributor

Where is your schema.xsd located?

@gregturn
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants