You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2006/11/14 16:46:18 UTC

Re: [Axis2] Schema imports without namespaces

Please log a bug with your wsdl/xsd's.

thanks,
dims

On 11/14/06, Brecht Yperman <Br...@invenso.com> wrote:
> Hi,
>
> I'm trying to connect to a webservice, deployed on Axis2, that has a
> wsdl with several imported XMLschemas.
>
> The result.xsd schema imports all elements from KlantDeleteID.xsd, which
> has no namespace.
> <xs:import schemaLocation="KlantDeleteID.xsd" />
>
> After deploying on Axis2, the generated XmlSchema
> (isbeurscentrumService?xsd=xsd*), states an empty string as the
> namespace.
> <xs:import namespace="" schemaLocation="isbeurscentrumService?xsd=xsd*"
> />
>
> I don't know if (no namespace) == (namespace with empty url), but
> according to this document: http://www.w3.org/TR/xml-names/ the empty
> string cannot be used as a namespace declaration (it's a very new
> document though).
>
> The fact that this "empty" namespace is declared seems to cause problems
> for .NET-clients...
>
> What can I do?
>
>
> Thanks,
> Brecht
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org