wsdl-viewer icon indicating copy to clipboard operation
wsdl-viewer copied to clipboard

A fork of wsdl-viewer from http://tomi.vanek.sk/index.php?page=wsdl-viewer

Results 4 wsdl-viewer issues
Sort by recently updated
recently updated
newest added

Newer versions of gSoap seem to use a construct in the WSDL that is not supported by the xslt. When the complexType is nested within `element` the transformation works. But...

the generated methods are not documented correctly. when clicking on details or code beside each operation, nothing happens. When clicking on generated methods, no input or output description provided.

Hi there, This branch contains a fixes to get the output from wsdl-viewer to validate as XHTML, and to fix some recursion issues I was having with the output.

I have a problem (also with the original version) where the transformation ends in endless recursion: com.edb.finance.wsfabric.api.WsdlGenerationException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.dtm.DTMException: No more DTM IDs are available at com.edb.finance.wsfabric.api.springws.WsdlGeneratorImpl.createHtmlDocs(WsdlGeneratorImpl.java:112) at com.edb.finance.wsfabric.api.AbstractWsdlTest.test(AbstractWsdlTest.java:46) at...