Generate Java code from WSDL dialog in Community edition?
Answered
Hello. I'm using IntelliJ Idea Community Edition to develop a Jersey-based REST API, and I need to connect to another WSDL-based service. I found this in the docs:
https://www.jetbrains.com/help/idea/2016.1/generate-java-code-from-wsdl-or-wadl-dialog.html
But it seems I can't add the REST facet in my project. Is this because it's a Standard Edition feature only?
Thanks
Please sign in to leave a comment.
Web Services feature is available only in IntelliJ IDEA Ultimate.
https://www.jetbrains.com/idea/features/editions_comparison_matrix.html
I suspected that... I honestly hoped that, being a client feature and not a server feature, it was somewhere hidden in the Community edition.
Thanks anyway!