This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6395 - WS-Transfer CreateRequest violates WS-I BP
Summary: WS-Transfer CreateRequest violates WS-I BP
Status: CLOSED DUPLICATE of bug 6392
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Transfer (show other bugs)
Version: FPWD
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Yves Lafon
QA Contact: notifications mailing list for WS Resource Access
URL: http://lists.w3.org/Archives/Public/p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 00:01 UTC by Doug Davis
Modified: 2009-03-12 00:24 UTC (History)
1 user (show)

See Also:


Attachments

Description Doug Davis 2009-01-14 00:01:01 UTC
WS-Transfer allows for multiple children in the SOAP Body of the 
CreateRequest message.  The description of the CreateRequest has the 
following (bolding is mine): 
/s:Envelope/s:Body/child::*[position()=1] 

The first child element of the s:Body element MUST NOT be omitted.  The 
contents of this element are service-specific, and MAY contain the literal 
initial resource representation, a representation of the constructor for 
the resource, or other instructions for creating the resource.  All other 
children SHOULD be ignored by the service.   

The implication is that multiple children may appear. The WSDL/XSD only 
allows for one child though. 

WS-I Basic Profile has the following requirement: 
R9981 An ENVELOPE MUST have exactly zero or one child elements of the 
soap:Body element. 

Proposal:
Align the text of the CreateRequest message with the WSDL/XSD by removing 
the text that implies more than one child my appear.
Comment 1 Doug Davis 2009-01-14 17:39:47 UTC

*** This bug has been marked as a duplicate of bug 6392 ***