Since no one seems to know the answer to this question, I suggest you file a bug report.
Anne On 8/2/05, Tom Fennelly <[EMAIL PROTECTED]> wrote: > Hi, > > In implementing the Serializer.writeSchema method I explicitly set the name > attribute to the desired value. The problem I'm seeing is that it always > gets printed in the generated WSDL file as having a value of "local". See > below. > > Anyone any idea as to what I'm doing wrong? > Is it normal practice to provide the type definitions using this mechanism, > or should I be looking at another mechanism? > Is there any docs on this process - additional to what's in the Axis user > docs? > > > Expected: > <complexType name="Customer"> > .... > </complexType> > > Actual: > <complexType name="local"> > .... > </complexType> > >
