The Eclipse plugin that launches wsdl2java includes the -validate and it is not producing anything intelligible. The wsdl that produces the issue can be retrieved from:
https://adcenterapi.microsoft.com/Api/Advertiser/V5.1/CampaignManagement/CampaignManagementService.svc?wsdl Chris Andrew Clegg-2 wrote: > > 2009/5/26 cmarshall <[email protected]>: > >> I suspect this is likely to be an error in their wsdl but it is huge and >> has >> three imports in the schema. What is the process that one should use to >> track down this error? Hopefully something better than manually reading >> through the wsdl. Note: using the Eclipse WebServicesTools with Apache 1 >> code generation is successful. > > If you use the -validate option for wsdl2java, it should tell you > what's wrong with it, and where. This is turned off by default (not > sure why). > > Andrew. > > -- > :: http://biotext.org.uk/ :: > > -- View this message in context: http://www.nabble.com/Tracking-WSDLToJava-Error%3A-Thrown-by-JAXB-%3A-Two-declarations-cause-a-collision-tp23732104p23741606.html Sent from the cxf-user mailing list archive at Nabble.com.
