Hi there,

Axis2 seems to strip off the "www." and tag on "xsd" to the XML namespaces of elements. E.g., "http://www.example.com/"; becomes "http://example.com/xsd";.

The /xsd variant doesn't appear at all in any of my source code nor any associated assets and is completely generated by Axis2.

I've specified my targetNamespace in services.xml but although this is being set to the target namespace of the WSDL, it's overridden by another targetNamespace on the <xs:schema> embedded in the generated WSDL, like:

<wsdl:definitions ... targetNamespace="http://www.example.com/";>
    ....
    <wsdl:types>
        <xs:schema ... targetNamespace="http://example.com/xsd";>
        </xs:schema>
    </wsdl:types>
    ....
</wsdl:definitions>

Does anybody have any ideas?

Thanks in advance,
Oli

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to