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>

Reply via email to