Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a WSDL that axis2 wsdl2java throws the following exception

Caused by: org.apache.axis2.schema.SchemaCompilationException: can not find the compley type {http://xml.test.com/device/types}ActionIn from the parent type http://xml.test.com/device/util/types

The original axis can generate the Java just fine and I can load the WSDL into soapUI and access the webservice without a problem. I would just use the origin axis2 is much faster than the original axis. Additionally, I've already converted five or six WSDLs to Java and written code against them, so I'd really prefer to stay in axis2 and not go back to axis.

Is there any way to either generate a new WSDL from the axis stubs and then run that through wsdl2java for axis2 or generate something else from soapUI? I tried the "Generate axis2 Artifacts..." in soapUI but that is just a GUI for the axis2 wsdl2java and I got the same exception.

share|improve this question
Can you supply an example WSDL that reproduces this error? – Mark O'Connor Mar 30 '10 at 19:18
Are you using the latest version of Axis2? – Mark O'Connor Apr 2 '10 at 8:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.