Issue 5787: Section 1.2.3 repository id inconsistency (corbawsdl-ftf) Source: Fujitsu (Mr. Tom Rutt, tom@coastin.com) Nature: Uncategorized Issue Severity: Summary: Section 1.2.3 - there is an inconsistency, in that the documentation schema for the repository ID dos not include the version of the mapping, as included in the URL source documentation schema. Knowing what version of the IDL to WSDL mapping produced the WSDL is important for gateway design. Proposed Resolution: add mapping version to the respositoryID documentation schema. Resolution: Add mapping version to the repositoryID documentation schema Revised Text: In section 1.2.3, schema for IDLsource: change: “ <xsd:documentation>IDL/WSDL Mapping Info</xs:documentation> “ to “ <xsd:documentation>IDL/WSDL Mapping Info</xsd:documentation> “ also , in the same schema change: “ <xsd:element name="version"> type="xsd:string" minOccurs="1" maxOccurs="1"/> “ to “ <xsd:element name="version" type="xsd:string" minOccurs="1" maxOccurs="1"/> “ also, in the example text after the first schema, change (to match the schema name for the complex type): “ <wsdl:documentation> <CORBA:MappingInfo> <CORBA:source>IDL Source</CORBA:source> <CORBA:version>1.0</CORBA:version> </CORBA:MappingInfo> </wsdl:documentation> “ to: “ <wsdl:documentation> <CORBA:SourceIDL> <CORBA:source>IDL Source</CORBA:source> <CORBA:version>1.0</CORBA:version> </CORBA:SourceIDL> </wsdl:documentation> also, change the following text for the repositoryID form schema and example from: “ <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema targetNamespace=http://www.omg.org/IDL-MAPPED elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:element name="repositoryID" type=”xsd:string” minoccurs=0maxoccurs=1/> </xsd:schema> The generated WSDL will then use this schema to indicate the mapping information as shown in the following example: <CORBA:repositoryID> repository-id </CORBA:repositoryID> “ to the following: “ <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema targetNamespace=http://www.omg.org/IDL-MAPPED elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:element name="SourceRepositoryID" minoccurs=0> <xsd:annotation> <xsd:documentation>IDL Mapped Repository ID </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="repositoryID" type="xsd:string"minOccurs="1" maxOccurs="1"/> <xsd:element name="version" type="xsd:string" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> The generated WSDL will then use this schema to indicate the mapping information as shown in the following example: <wsdl:documentation> <CORBA:SourceRepositoryID> <CORBA:repositoryID>repositoryIDtext </CORBA:repositoryID> <CORBA:version>1.0</CORBA:version> </CORBA:SourceRepositoryID> </wsdl:documentation> “ Actions taken: December 17, 2002: received issue November 6, 2003: closed issue Discussion: This is a bug. There is also two typographical errors in the schema for IDL source End of Annotations:===== Date: Tue, 17 Dec 2002 12:30:41 -0500 From: Tom Rutt Reply-To: tom@coastin.com X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en To: juergen@omg.org, issues@omg.org, "corbawsdl-ftf@omg.org" Subject: MARS and AB FTF issues for CORBA-WSDL/SOAP interworking Juergen, could you please file these as official issues for the FTF to resolve. Thank you: Tom Rutt corbawsdl FTF chair --------------------- Initial FTF Issues on 02-10-12-draft-adopted-spec.PDF FTF Issue 3 Source: MARS PTF and AB review - Section 1.2.3 - there is an inconsistency, in that the documentation schema for the repository ID dos not include the version of the mapping, as included in the URL source documentation schema. Knowing what version of the IDL to WSDL mapping produced the WSDL is important for gateway design. Proposed Resolution: add mapping version to the respositoryID documentation schema Date: Tue, 18 Mar 2003 20:20:57 -0500 From: Tom Rutt Reply-To: tom@coastin.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en To: "corbawsdl-ftf@omg.org" Subject: ISSUE 5787 proposal X-OriginalArrivalTime: 19 Mar 2003 01:23:58.0296 (UTC) FILETIME=[3708F580:01C2EDB6] Issue 5787: Section 1.2.3 repository id inconsistency (corbawsdl-ftf) Click here for this issue's archive. Source: Fujitsu (Mr. Tom Rutt, tom@coastin.com) Nature: Uncategorized Issue Severity: Summary: Section 1.2.3 - there is an inconsistency, in that the documentation schema for the repository ID does not include the version of the mapping, as included in the URL source documentation schema. Knowing what version of the IDL to WSDL mapping produced the WSDL is important for gateway design. Proposed Resolution: add mapping version to the respositoryID documentation schema. Discussion: This is a bug. There is also two typographical errors in the schema for IDL source Proposed Resolution: Add mapping version to the repositoryID documentation schema Proposed Revised Text: In section 1.2.3, schema for IDLsource: change: IDL/WSDL Mapping Info to IDL/WSDL Mapping Info also , in the same schema change: type="xsd:string" minOccurs="1" maxOccurs="1"/> to also, in the example text after the first schema, change (to match the schema name for the complex type): IDL Source 1.0 to: IDL Source 1.0 also, change the following text for the repositoryID form schema and example from: The generated WSDL will then use this schema to indicate the mapping information as shown in the following example: repository-id to the following: IDL Mapped Repository ID The generated WSDL will then use this schema to indicate the mapping information as shown in the following example: repositoryIDtext 1.0 Actions taken: December 17, 2002: received issue -- ---------------------------------------------------- Tom Rutt email: tom@coastin.com; trutt@fsw.fujitsu.com Tel: +1 732 801 5744 Fax: +1 732 774 5133 X-Authentication-Warning: serv128.sankhya.com: samuel owned process doing -bs Date: Mon, 7 Apr 2003 19:58:22 +0530 (IST) From: E Anand Samuel X-Sender: samuel@serv128 To: Tom Rutt cc: "corbawsdl-ftf@omg.org" Subject: Re: ISSUE 5787 proposal X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by emerald.omg.org id h37EXTA19696 Hi, On Tue, 18 Mar 2003, Tom Rutt wrote: > Issue 5787: Section 1.2.3 repository id inconsistency (corbawsdl-ftf) > > Click here for this issue's archive. > Source: Fujitsu (Mr. Tom Rutt, tom@coastin.com) > Nature: Uncategorized Issue > Severity: > Summary: > > Section 1.2.3 - there is an inconsistency, in that the documentation > > schema for the repository ID does not include the version of the mapping, > > > > > > as included in the URL source documentation schema. > > Knowing what version of the IDL to WSDL mapping produced the WSDL is > > important for gateway design. > > > > > > Proposed Resolution: add mapping version to the respositoryID > > documentation schema. > > > Discussion: This is a bug. There is also two typographical errors in > the schema for IDL source > > Proposed Resolution: Add mapping version to the repositoryID > documentation schema > Proposed Revised Text: > > In section 1.2.3, schema for IDLsource: change: > > > IDL/WSDL Mapping Info > > > to > > > IDL/WSDL Mapping Info > > > > > also , in the same schema change: > > > type="xsd:string" minOccurs="1" maxOccurs="1"/> > > > to > > > > > > > > also, in the example text after the first schema, change (to match the > schema name for the complex type): > > > > > > > IDL Source > > 1.0 > > > > > > > to: > > > > > > > IDL Source > > 1.0 > > This closing tag should be Regards Samuel Anand Samuel Edwin Sankhya Technologies Private Limited http://www.sankhya.com Tel: +91 44 2822 7358 > > > > > > also, change the following text for the repositoryID form schema and > example from: > > > > > targetNamespace=http://www.omg.org/IDL-MAPPED > elementFormDefault="qualified" attributeFormDefault="unqualified"> > > > > > > > > The generated WSDL will then use this schema to indicate the mapping > information as shown in the following example: > > > > repository-id > > > to the following: > > > > > targetNamespace=http://www.omg.org/IDL-MAPPED > elementFormDefault="qualified" attributeFormDefault="unqualified"> > > > > > > IDL Mapped Repository ID > > > > > > > > > minOccurs="1" maxOccurs="1"/> > > minOccurs="1" maxOccurs="1"/> > > > > > > > > > > > > The generated WSDL will then use this schema to indicate the mapping > information as shown in the following example: > > > > > > > > repositoryIDtext > > 1.0 > > > > > > > Actions taken: > December 17, 2002: received issue > > > > -- > ---------------------------------------------------- > Tom Rutt email: tom@coastin.com; trutt@fsw.fujitsu.com > Tel: +1 732 801 5744 Fax: +1 732 774 5133 > > Date: Mon, 07 Apr 2003 13:50:51 -0500 From: Tom Rutt Reply-To: tom@coastin.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en To: E Anand Samuel CC: "corbawsdl-ftf@omg.org" Subject: Re: ISSUE 5787 proposal Thanks I will fix it before sending the vote out tomorrow Tom Rutt E Anand Samuel wrote: Hi, On Tue, 18 Mar 2003, Tom Rutt wrote: Issue 5787: Section 1.2.3 repository id inconsistency (corbawsdl-ftf) Click here for this issue's archive. Source: Fujitsu (Mr. Tom Rutt, tom@coastin.com) Nature: Uncategorized Issue Severity: Summary: Section 1.2.3 - there is an inconsistency, in that the documentation schema for the repository ID does not include the version of the mapping, as included in the URL source documentation schema. Knowing what version of the IDL to WSDL mapping produced the WSDL is important for gateway design. Proposed Resolution: add mapping version to the respositoryID documentation schema. Discussion: This is a bug. There is also two typographical errors in the schema for IDL source Proposed Resolution: Add mapping version to the repositoryID documentation schema Proposed Revised Text: In section 1.2.3, schema for IDLsource: change: ? IDL/WSDL Mapping Info ? to ? IDL/WSDL Mapping Info ? also , in the same schema change: ? type="xsd:string" minOccurs="1" maxOccurs="1"/> ? to ? ? also, in the example text after the first schema, change (to match the schema name for the complex type): ? IDL Source 1.0 ? to: ? IDL Source 1.0 This closing tag should be Regards Samuel Anand Samuel Edwin Sankhya Technologies Private Limited http://www.sankhya.com Tel: +91 44 2822 7358 also, change the following text for the repositoryID form schema and example from: ? The generated WSDL will then use this schema to indicate the mapping information as shown in the following example: repository-id ? to the following: ? IDL Mapped Repository ID The generated WSDL will then use this schema to indicate the mapping information as shown in the following example: repositoryIDtext 1.0 ? Actions taken: December 17, 2002: received issue -- ---------------------------------------------------- Tom Rutt email: tom@coastin.com; trutt@fsw.fujitsu.com Tel: +1 732 801 5744 Fax: +1 732 774 5133 -- ---------------------------------------------------- Tom Rutt email: tom@coastin.com; trutt@fsw.fujitsu.com Tel: +1 732 801 5744 Fax: +1 732 774 5133