Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Issue generating stub classes from WSDL

Hi –

 

This is my first post to the list and apologies for diving straight in with an issue but I’m having problems generating stub classes in Eclipse using the Axis2 WAR.

 

Specifically, I get this error:

 

Exception occurred while code generation for WSDL  : java.lang.NoSuchMethodError: javax.wsdl.Operation.getExtensionAttributes()Ljava/util/Map;

Caused by: java.lang.NoSuchMethodError: javax.wsdl.Operation.getExtensionAttributes()Ljava/util/Map;

at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateOperations(WSDL11ToAxisServiceBuilder.java:1296)

 

I’m using Axis2 1.4.1 (though I get the same error with 1.5).

 

Has anyone seen this before and does anyone know how to resolve it?

 

Thanks.

 

Robert

 


Back to the top