- From: Jonathan Marsh <jmarsh@microsoft.com>
- Date: Mon, 20 Feb 2006 22:10:20 -0800
- To: "Arun Gupta" <Arun.Gupta@Sun.COM>, "WS-Addressing Tests" <public-ws-addressing-tests@w3.org>
Great results! See inline below. > -----Original Message----- > From: public-ws-addressing-tests-request@w3.org [mailto:public-ws- > addressing-tests-request@w3.org] On Behalf Of Arun Gupta > Sent: Monday, February 20, 2006 12:10 PM > To: WS-Addressing Tests > Subject: Updated Sun-Sun report analysis > > > Thanks Paul for generating the updated report. Here are my comments > based upon the analysis: > > 1). test1230 is failing with the following assertion: > > soap12:Envelope/soap12:Header/wsa:Action = > 'http://example.org/action/echoOut' > > I see this header in the SOAP response message. What is missing ? > > So is the case with test1231, test1232. The XPath isn't failing, it's the conversation="2" that is messing up these tests. I think our upcoming reliance solely on @message should solve this. > 2). test1132 is failing for: > > soap11:Envelope/soap11:Header/customer:CustomerKey/@wsa:IsReferenceParam et > er > and > soap11:Envelope/soap11:Header/customer:CustomerKey/@wsa:IsReferenceParam et > er > cast as xs:boolean = true() > > The SOAP response message contains the following header: > > <ck:CustomerKey xmlns:ck="http://example.org/customer" > xmlns="http://www.w3.org/2005/08/addressing" > IsReferenceParameter="1">Key#123456789</ck:CustomerKey> Looks like you're missing the wsa: prefix on the IsReferenceParameter. > 3). test1240 is failing for: > > soap12:Envelope/soap12:Header/wsa:Action = > 'http://www.w3.org/2005/08/addressing/fault' > > The response message contains the following header: > > <Action > xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/a dd > ressing/fault</Action> The conversation="2" problem again. > So is the case for test1241, 1242, 1243, 1244, 1245, 1246. I assume these are the same thing. > There are couple of known failures and I'll fix them when I send the > updated report. > > Also, none of non-anonymous ReplyTo/FaultTo testcases are implemented > yet. I hope to have them ready this week. > > Thanks, > -Arun > > > -- > got Web Services ? > Download Java Web Services Developer Pack from > http://java.sun.com/webservices
Received on Tuesday, 21 February 2006 06:10:35 UTC