spring-guides / gs-consuming-web-service

Consuming a SOAP web service :: Learn how to create a client that consumes a WSDL-based service
http://spring.io/guides/gs/consuming-web-service
Apache License 2.0
136 stars 164 forks source link

Using own wsdl fails #28

Closed jegjessing closed 6 years ago

jegjessing commented 6 years ago

I'm trying to change the WSDL to use my own, but no classes are generated :-1: It only makes the .episode and that is it. I can generate all the classes and java files using wsimport, but I'm not sure combining wsimport and this project is a good idea.

Any idea why no classes/java are generated? (I'm sure you need more info :-)) Thanks in advance

dsyer commented 6 years ago

I'm sure you need more info

Indeed. How did you provide your own WSDL? Is it compatible with the one used in the guide? What happened when you build (logs, exceptions, etc.)?

dsyer commented 6 years ago

No feedback. Closing.