Skip to content

Commit 9573062

Browse files
AXIS2-6102 Remove WSDL 2.0 integration test codegen target
The wsdl20-codegen target in itest-build.xml calls WSDL2Java with -wv 2.0, which now throws CodeGenerationException since WSDL 2.0 codegen was removed. Remove the target and its invocation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95de3e4 commit 9573062

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

modules/integration/itest-build.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="target/wsdl/complexdatatypebare" />
7777

7878
<ant antfile="itest-build.xml" inheritall="true" inheritrefs="true" dir="." target="rpc-wsdl-codegen" />
79-
<ant antfile="itest-build.xml" inheritall="true" inheritrefs="true" dir="." target="wsdl20-codegen" />
79+
<!-- WSDL 2.0 codegen removed in 2.0.1 (AXIS2-6102) -->
8080
</target>
8181

8282
<target name="rpc-wsdl-codegen">
@@ -127,15 +127,7 @@
127127
target="jar.client"/>
128128
</target>
129129

130-
<target name="wsdl20-codegen">
131-
<echo>Running codegen for WSDL 2.0</echo>
132-
<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
133-
<classpath refid="maven.runtime.classpath"/>
134-
<arg line="-wv 2.0 -ap -o target/wsdl20-test -s -uri test-resources/wsdl20/HotelReservationService.wsdl"/>
135-
</java>
136-
<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="target/wsdl20-test"
137-
target="jar.client"/>
138-
</target>
130+
<!-- wsdl20-codegen target removed in 2.0.1 (AXIS2-6102) -->
139131

140132
<target name="enterprise-wsdl-codegen">
141133
<!-- codegen for the enterprise wsdl -->

0 commit comments

Comments
 (0)