Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.2 Beta
-
None
-
Windows 2000, Apache 2, java1.4_2
Description
When trying to compile the example WSDL's that use own ComplexType Structs, the WSDL2WS tool crashes with:
args =
args =
args =
1
-
-
-
-
-
-
-
-
-
-
-
-
-
- the type found =
{http://soapinterop.org/xsd}
JobStruct
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.axis.wsdl.sym
bolTable.ElementDecl.getMinOccrs()I
at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.createTypeInfo(WSDL2Ws.java:600)
- the type found =
{http://soapinterop.org/xsd}
-
-
-
-
-
-
-
-
-
-
-
-
at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getTypeInfo(WSDL2Ws.java:377)
at
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.genarateWrappers(WSDL2Ws.java:40
2)
at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(WSDL2Ws.java:684)
This happens in all WSDLs including my own I tried. Even a colleague of mine has the same problems. You can use the MathOps example to test this behaviour