I auto generate the wsdl in my application using cxf 2.2.1.
When the wsdl gets generated, it imports itself.
So, if I have a wsdl at http://localhost:8080/services/MyService?wsdl, then
this wsdl has the following inside:

<wsdl:import
location="http://localhost:8080/services/MyService?wsdl=MyService.wsdl";
namespace="http://test.com/service";>
</wsdl:import>

How to prevent this from happening?





--
View this message in context: 
http://cxf.547215.n5.nabble.com/cxf-2-2-1-java2ws-imports-wsdl-inside-the-same-wsdl-tp5730187.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to