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
