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:xmlns="http://www.w3.org/2001/XMLSchema"> <xsd:element name="foo" /> </xsd:schema> The vision is that the tools will save you, to date, this has yet to happen and IMO you need deep knowledge of xml namespace, schema, soap & WSDL to get fully functioning system up and running. To answer your rant, Salesforce.com offers Web Services that are regularly used by Java / .NET / Perl / PHP / Python / Ruby / VB / C++ / Javascript clients. Cheers Simon -----Original Message----- From: Jarmo Doc [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 2:02 PM To: [email protected] Subject: RE: schema vs. xsd:schema Should I just assume that this is a bug in Axis and that schema, simpleType, complexType and so on should always be qualified by a namespace, typically "xsd:"? Or is there some sneaky implicit arrangement whereby xmlns or something else being indicated means that I don't need qualification. <rant>Is there actually anyone out there successfully using this technology with multiple client types (Axis, gSOAP, WebSphere, .NET)? I don't see how it's possible for anything more complex than a stock quote lookup service.</rant> >From: "Jarmo Doc" <[EMAIL PROTECTED]> >Reply-To: [email protected] >To: [email protected] >Subject: schema vs. xsd:schema >Date: Tue, 11 Jul 2006 09:21:28 -0700 > >Axis 1.3 java2wsdl generates 'schema' tags but most WSDL that I see >contains 'xsd:schema' tags. The WSDL spec. also seems to suggest that >'xsd:schema' is the only legal option. > >What is the difference between these two tags and why does Axis >generate the former? > >Thanks. > >_________________________________________________________________ >Express yourself instantly with MSN Messenger! Download today - it's FREE! >http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement --------------------------------------------------------------------- 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]
