wsdl2html
wsdl2html copied to clipboard
Generate html for multiple services in wsdl
Some wsdls have multiple services defined in them. You code only generated html for the first class. This fix fill generate html for all classes
Can you create an integration test for that? I mean add a sample wsdl file with multi services under src/main/resources and write a test case to try it .