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.

2). test1132 is failing for:

soap11:Envelope/soap11:Header/customer:CustomerKey/@wsa:IsReferenceParameter 
and 
soap11:Envelope/soap11:Header/customer:CustomerKey/@wsa:IsReferenceParameter 
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>

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/addressing/fault</Action>

So is the case for test1241, 1242, 1243, 1244, 1245, 1246.

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 Monday, 20 February 2006 20:09:10 UTC