Reputation: 133
Hellow. Can i generate classes from a web service in my java project using SOAPMessage?. This is the WS and I want generate the classes that are here. Thanks in advance.
Upvotes: 0
Views: 264
Reputation: 2154
You can different tools for generating Java classes from WSDL file.
Generate WSDL Stubs with Maven uses wsimport Maven plugin
How do you convert WSDLs to Java classes using Eclipse?
Generate Java Code from WSDL dialog, in case you are using IntelliJ IDEA
Upvotes: 1