unfortunately not. there is no import in generated wsdl. you can see it in the attached file http://www.nabble.com/file/p20734776/tmp.wsdl tmp.wsdl
ianroberts wrote: > > raft wrote: >> hi Ian, >> >> no, my types are completely missing. only request and response types are >> defined in schema part of wsdl. they refer to my types but definitions >> are >> missing. i suspect it's because of package structure but i couldnt fix >> it. >> my packages are: >> >> xx.service.web : service interface >> xx.service.web.impl : service implementation >> xx.dto : data types >> xx.dto.sub : more data types > > What is probably happening is that your WSDL has an <import> of > something like ?xsd=1, and your types are defined in this imported xsd > file. > > Ian > > -- > Ian Roberts | Department of Computer Science > [EMAIL PROTECTED] | University of Sheffield, UK > > -- View this message in context: http://www.nabble.com/configuring-the-WSDL-generator-at-serviceUrl-wsdl-tp20703988p20734776.html Sent from the cxf-user mailing list archive at Nabble.com.
