- From: Don Mullen <donmullen@tibco.com>
- Date: Mon, 4 Feb 2002 15:05:33 -0500
- To: "'Kohsuke KAWAGUCHI'" <kohsukekawaguchi@yahoo.com>, xmlschema-dev@w3.org
Updated schemas can be found here: Message: 4 (soapbuilders) Date: Sun, 3 Feb 2002 23:19:32 -0800 From: "Kirill Gavrylyuk" <kirillg@microsoft.com> Subject: WSDL schemas update Hi, all! Following community demand for updating WSDL schemas to Recommendation version of XML Schema, schemas were updated at the following locations: Wsdl.xsd - http://schemas.xmlsoap.org/wsdl/ Wsdl-mime.xsd - http://schemas.xmlsoap.org/wsdl/mime/ Wsdl-http.xsd - http://schemas.xmlsoap.org/wsdl/http/ Wsdl-soap.xsd - http://schemas.xmlsoap.org/wsdl/soap/ Schemas were also fixed in couple places to match verbiage of the WSDL spec. They were reviewed and approved by spec authors. Please take a look and tell us if there are any problems. Thank you. > -----Original Message----- > From: Kohsuke KAWAGUCHI [mailto:kohsukekawaguchi@yahoo.com] > Sent: Friday, February 01, 2002 6:39 PM > To: xmlschema-dev@w3.org > Subject: WSDL and possible UPA violation > > > > I found the following part in the WSDL schema, a normative part of W3C > Note (http://www.w3.org/TR/wsdl) > > --------------------------- > <complexType name="operationType"> > <complexContent> > <extension base="wsdl:documented"> > <choice> > <group ref="wsdl:one-way-operation"/> > <group ref="wsdl:request-response-operation"/> > .... > </choice> > .... > </extension> > </complexContent> > </complexType> > > > <group name="one-way-operation"> > <sequence> > <element ref="wsdl:input"/> > </sequence> > </group> > <group name="request-response-operation"> > <sequence> > <element ref="wsdl:input"/> > <element ref="wsdl:output"/> > <element ref="wsdl:fault" minOccurs="0" > maxOccurs="unbounded"/> > </sequence> > </group> > --------------------------- > > > I believe this is a violation of UPA, just like the following > schema is > a violation of UPA: > > <choice> > <element ref="foo"/> > <sequence> > <element ref="foo"/> > <element ref="bar"/> > </sequence> > </choice> > > > > Am I right? Or am I wrong? > > > regards, > -- > Kohsuke KAWAGUCHI +1 607 257 0037 > Sun Microsystems kohsuke.kawaguchi@sun.com >
Received on Monday, 4 February 2002 15:06:12 UTC