Hi there,
In fact when you use a url that ends with ?wsdl , axis2 is re-publishing the wsdl that was deployed by designer.
Unfortunately axis2 rewrite the wsdl and changes it in a manner that does not work.
To be able to import the wsdls that are deployed you must not use a url that finishes with axis2.
Instead you must navigate to the wsdl file via this url:
http://localhost:8080/ode/deployment/bundlesUnfortunately this feature is broken in the 6.0-beta3.
It is available in 5.2.1 and more recent 5.2.*
As an alternative you can access the files in the build folder of designer:
these files are deployed as is in the server.
I hope this helps,
Hugues.