Issue 9602: Section: 1.2.x (CorbaToWsdl) (corbawsdl-rtf) Source: Fujitsu (Mr. Tom Rutt, tom@coastin.com) Nature: Revision Severity: Minor Summary: In Corba to WSDL/SOAP Interworking Spec: In section 1.2.x there are several typographical errors in the XML schema productions for the examples. Several schema productions could not validate as written. Proposed Resolution: correct the typographical errors to allow the xml schema productions to validate. Revised Text: Change G1: to make specification text consistent with the validated machine readable example files, in http://www.omg.org/cgi-bin/doc?ptc/04-10-12 --------------------------------- In 1.2.1.1 change the namespace prefixes: "wsdl" to "w" and "SOAP-ENC" to "soapenc" Throughout the document, wherever soap encoding array is used: Change: " SOAP-ENC " To: " soapenc " And: Change: " wsdl: " To: " w: " And Change: "[]" To: "" --------------------------------end change G1 In 1.2.6.1, apply change G1 And: Change: " </xsd.complexType> " To: " </xsd:complexType> " In 1.2.7.1 Change: "<simpleType" to "<xsd:simpleType" and "</simpleType" to "</xsd:simpleType" In 1.2.7.3 Change: Example.Number> to: Example.Number"> And change: Example.OtherNumber> To: Example.OtherNumber"> And Change: " xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> /xsd:sequence> " To: " <xsd:sequence> <xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1"/> </xsd:sequence> " And change: " xsd:complexContent> xsd:restriction base="tns:S"> xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> " To: " <xsd:complexContent> <xsd:restriction base="tns:S"> <xsd:sequence> <xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1"/> " In 1.2.7.5 apply change G1: In 1.2.7.6 apply change G1 to arrayLong example: apply change G1 to struct S example apply change G1 to matrix example In 1.2.7.10 change: <complexType to: <xsd:complexType And change: <xsd:attribute> to: <xsd:attribute Resolution: correct the typographical errors to allow the xml schema productions to validate Revised Text: to make specification text consistent with the validated machine readable example files, in http://www.omg.org/cgi-bin/doc?ptc/04-10-12 --------------------------------- In 1.2.1.1 change the namespace prefixes: "wsdl" to "w" and "SOAP-ENC" to "soapenc" Change G1: Throughout the document (in location changes below, which state "apply change G1) ------------------------------- start change G1 Change: " SOAP-ENC " To: " soapenc " And: Change: " wsdl: " To: " w: " And Change: "[]" To: "" --------------------------------end change G1 In 1.2.6.1, apply change G1 And: Change: " </xsd.complexType> " To: " </xsd:complexType> " In 1.2.7.1 Change: "<simpleType" to "<xsd:simpleType" and "</simpleType" to "</xsd:simpleType" In 1.2.7.3 Change: Example.Number> to: Example.Number"> And change: Example.OtherNumber> To: Example.OtherNumber"> And Change: " xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> /xsd:sequence> " To: " <xsd:sequence> <xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1"/> </xsd:sequence> " And change: " <xsd:complexType name="S_t"> xsd:complexContent> xsd:restriction base="tns:S"> xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> /xsd:sequence> /xsd:restriction> /xsd:complexContent> </xsd:complexType> " To: " <xsd:complexType name="S_t"> <xsd:complexContent> <xsd:restriction base="tns:S"> <xsd:sequence> <xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> </xsd:sequence> </xsd:restriction> </xsd:complexContent> </xsd:complexType> " In 1.2.7.5 apply change G1: In 1.2.7.6 apply change G1 to arrayLong example: apply change G1 to struct S example apply change G1 to matrix example In 1.2.7.10 change: <complexType to: <xsd:complexType And change: <xsd:attribute> to: <xsd:attribute Actions taken: April 27, 2006: received issue October 30, 2006: closed issue Discussion: End of Annotations:===== ssue ter3: Section: 1.2.x (CorbaToWsdl) Nature: Typograpical error Severity: Minor Summary: In Corba to WSDL/SOAP Interworking Spec: In section 1.2.x there are several typographical errors in the XML schema productions for the examples. Several schema productions could not validate as written. Proposed Resolution: correct the typographical errors to allow the xml schema productions to validate. Revised Text: Change G1: to make specification text consistent with the validated machine readable example files, in http://www.omg.org/cgi-bin/doc?ptc/04-10-12 --------------------------------- In 1.2.1.1 change the namespace prefixes: .wsdl. to .w. and .SOAP-ENC. to .soapenc. Throughout the document, wherever soap encoding array is used: Change: . SOAP-ENC . To: . soapenc . And: Change: . wsdl: . To: . w: . And Change: .[]. To: .. --------------------------------end change G1 In 1.2.6.1, apply change G1 And: Change: . . To: . . In 1.2.7.1 Change: . to: Example.Number.> And change: Example.OtherNumber> To: Example.OtherNumber"> And Change: . xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> /xsd:sequence> . To: . . And change: . xsd:complexContent> xsd:restriction base="tns:S"> xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> . To: . . In 1.2.7.5 apply change G1: In 1.2.7.6 apply change G1 to arrayLong example: apply change G1 to struct S example apply change G1 to matrix example In 1.2.7.10 change: to: Reply-To: tom@coastin.com User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en To: corbawsdl-rtf@omg.org Subject: Proposed resolution for corbawsdl rtf issue 9602 Please provide comments on this proposed resolution to this list. A vote is forthcoming in a couple of weeks. ---- This is issue # 9602 From: Tom Rutt Section: 1.2.x (CorbaToWsdl) In Corba to WSDL/SOAP Interworking Spec: In section 1.2.x there are several typographical errors in the XML schema productions for the examples. Several schema productions could not validate as written. Proposed Resolution: correct the typographical errors to allow the xml schema productions to validate. Revised Text: Change G1: to make specification text consistent with the validated machine readable example files, in http://www.omg.org/cgi-bin/doc?ptc/04-10-12 --------------------------------- In 1.2.1.1 change the namespace prefixes: "wsdl" to "w" and "SOAP-ENC" to "soapenc" Throughout the document, wherever soap encoding array is used: Change: " SOAP-ENC " To: " soapenc " And: Change: " wsdl: " To: " w: " And Change: "[]" To: "" --------------------------------end change G1 In 1.2.6.1, apply change G1 And: Change: " " To: " " In 1.2.7.1 Change: " to: Example.Number"> And change: Example.OtherNumber> To: Example.OtherNumber"> And Change: " xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> /xsd:sequence> " To: " " And change: " xsd:complexContent> xsd:restriction base="tns:S"> xsd:sequence> xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> " To: " " In 1.2.7.5 apply change G1: In 1.2.7.6 apply change G1 to arrayLong example: apply change G1 to struct S example apply change G1 to matrix example In 1.2.7.10 change: to: