wsdl2html icon indicating copy to clipboard operation
wsdl2html copied to clipboard

Generate readable html docs from WSDLs

Results 8 wsdl2html issues
Sort by recently updated
recently updated
newest added

The list of jars separated by a colon does not work being passed into the cp option of java. Instead, it can just use the asterisk to all the jars...

When trying to run the bash script, it fails to find the class giving the following error. > Error: Could not find or load main class org.jaxws.wsdl2html.ui.Wsdl2HtmlMain.class This was running...

When converting a WSDL that has methods with more than one response elements, it ends up putting them as parameters for the request. Example: ``` ``` Example 2: ``` ```...

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

@chenjianjx Hi, I am a user of project **_com.github.chenjianjx:wsdl2html:4.2.1_**. I found that its pom file introduced **_39_** dependencies. However, among them, **_22_** libraries (**_56%_**) have not been used by your...

Bumps [junit](https://github.com/junit-team/junit4) from 4.9 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I'm trying to use the xs:annotation / xs:documentation tags, but nothing is getting populated in the description column of the HTML tables. ``` Na = 0, RegularMail = 1, Email...

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