The project I’m working on requires me to recieve a WSDL, parse it, and spit out an appropriate Interface. How should I go about doing it? I’m assuming it would be possible to read the WSDL file, get the appropriate information, and then write that programmatically to a .java file.
Share
try to use wsimport to generate your classes.