OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wss message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [wss] some typos in WSDL of Interop2 Draft 4


Hal, 

There are some more typos on the Introp2 Draft 4, page 44, WSDL file. 

line 1332-1335 missing wsu namespace.

xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/06/utility"; 

line 1343 is wrong. The following one will be better:

<xsd:attribute ref="wsu:Id" use="optional"/> 

line 1347 - 1348, missing tns namespace. It should be: 

<xsd:element name="ticket" type="tns:ticketType" minOccurs="0"/> 

More over, the sequence of 1347 - 1349 is wrong. To match example of
Scenario #5 on page 19, it should be: 

		<xsd:sequence>
			<xsd:element name="text" type="xsd:string"
nillable="true"/>
			<xsd:element name="ticket" type="tns:ticketType"
minOccurs="0"/>
		</xsd:sequence>

Can you verify these errors? 

Best regards, 


Symon Chang 
 

-----Original Message-----
From: Chang, Symon 
Sent: Tuesday, September 09, 2003 5:18 PM
To: 'hlockhar@bea.com'
Subject: [wss] some typos in Interop2 Draft 4


Hal, 

I found some error on the Examples in the Interop2 Draft4. They are: 

Line 294:    

 <xenc:KeyName>SessionKey</Keyname>

is wrong. I believe it should be: 

 <xenc:KeyName>SessionKey</xenc:KeyName>

Same problem on Line 408.

Also, Line 1119 to 1121:

       <Transform
Algorithm=http://schemas.xmlsoap.org/2003/06/STR-Transform";>
        <CanonicalizationMethod
Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#/>

has some missing double quotes. I believe it should be: 

       <Transform
Algorithm="http://schemas.xmlsoap.org/2003/06/STR-Transform";>
        <CanonicalizationMethod
Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>

Can you verify those lines?

Best regards, 


Symon Chang 



-----Original Message-----
From: Chang, Symon 
Sent: Monday, September 08, 2003 3:05 PM
To: 'Hal Lockhart'
Cc: 'wss@lists.oasis-open.org'
Subject: RE: [wss] Interop2 Draft 4


Hal,

There was a suggestion at San Francisco F2F meeting to put the Company name
and the test Scenario number into the message, instead of "Hello" text. I
believe this will simplify the problem diagnostic and testing supports,
especial this time it is a virtue test. A simply method to identify who is
sending which case would be very helpful.

Can you consider to put this into the Scenario's spec for the second Interop
testing? 

Best regards, 


Symon Chang

-----Original Message-----
From: Hal Lockhart [mailto:hlockhar@bea.com]
Sent: Tuesday, August 26, 2003 2:24 PM
To: wss@lists.oasis-open.org
Subject: [wss] Interop2 Draft 4


Incorporates Fredrick's comments.

Somebody please check the Ping schema.

Hal


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]