Thanks very much guys (Simon, Ian, Paul). Much appreciate the help. I'm finding that I'm frequently having to debug WSDL that works fine with Axis but not necessarily with other client tools and it's quite a challenge to determine a) who's at fault and b) what's the lowest common denominator that works with all.

The 1.1 WSDL docs that I refer to are heavy on terms like "should" and "can" as opposed to "will" and "must". More of a discussion than a specification. I think the later specs are more precise, no doubt partly as a result of the problems caused by the earlier ones.

Thanks again for your help.


From: "Simon Fell" <[EMAIL PROTECTED]>
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: RE: RE: schema vs. xsd:schema
Date: Tue, 11 Jul 2006 16:22:34 -0700

Good catch.

-----Original Message-----
From: Ian Brown [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 11, 2006 3:51 PM
To: axis-user@ws.apache.org
Subject: Re: RE: schema vs. xsd:schema

Not to be a pedant, but I'm correcting a minor typo in Simon's response
so Jarmo does not get confused:

On 7/11/06, Simon Fell <[EMAIL PROTECTED]> wrote:
> It depends on whether the schema namespace has been made the default
> namespace or not.
> <schema xmlns="http://www.w3.org/2001/XMLSchema";>
>   <element name="foo" />
> </schema>
>
> Is equivilent to
> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>   <xsd:element name="foo" />
> </xsd:schema>

Cheers,

- Ian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to