2009/5/27 cmarshall <[email protected]>: > > 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
Hmm, I see what you mean. I tried it with xjc directly and it wasn't much more use -- it just refers to line 1 of the same XSD file over and over. You may have more luck asking the JAXB people as this is nothing really to do with CXF -- any JAXB-based tool would have the same response. Might be worth trying CXF with Aegis instead of JAXB. http://cwiki.apache.org/CXF20DOC/aegis-databinding.html Andrew. -- :: http://biotext.org.uk/ ::
