wsdl2java icon indicating copy to clipboard operation
wsdl2java copied to clipboard

Gradle plugin for generating java source from wsdl files

Results 60 wsdl2java issues
Sort by recently updated
recently updated
newest added

Please can someone help me with this issue. I upgraded gradle version to 7.3 and i started getting a build error. please find below. Some problems were found with the...

Hi, The plugin seems to be disable on different repository. It appeared on the 22/06/2023 Do you know why ? Error > Could not resolve no.nils:wsdl2java:0.12. Required by: project :modules:agent:agent-common:agent-common-api...

I am using gradle plugin wsdl2java to generated java classes by file wsdl. I need change name packages ``` "" ``` for ``` "com.test.example.mw" ``` so I am using for...

Suddenly the wsdl2java started throwing following exception. The same following setup was working before two weeks. ``` apply plugin: 'no.nils.wsdl2java' buildscript { repositories { mavenCentral() maven { url "https://plugins.gradle.org/m2/" }...

The generated classes from wsdl2java are not added to jaxbcontext. We tried adding the package to context path and packages to scan, but no luck. Could you help as it...

When generating code from wsdl, namespace such as http://www.mycompany.com/foo produces a package as com.mycompany.foo, the "www" component of the namespace is mysteriously dropped. Is this behavior intentional? Is there some...

Hi, I can't run the plugin, there is an issue when running : `Unable to load class 'com.sun.xml.bind.Utils'.` I'm on Java 11 and Gradle 6.8. I've tried adding the dependencies...

Java 11 project plugins { id "no.nils.wsdl2java" version "0.12" } dependencies { compile 'org.jvnet.jaxb2_commons:jaxb2-basics-runtime:0.11.0' // enable extension support for wsdl2java wsdl2java 'org.jvnet.jaxb2_commons:jaxb2-basics-runtime:0.11.0' wsdl2java 'org.jvnet.jaxb2_commons:jaxb2-basics:0.11.0' } error ```An exception occurred applying...

I just upgraded to gradle 7.0 (a milestone) and noticed this plugin fails. You are already using implementation scope so this change should not break any backward compatibility.

I'm aware this project is not being actively maintained, but the more active forks don't have open issues, so I'm opening it here in the hopes of reaching a broader...