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 6603 - RT - Inconsistencies in CreateResponse message
Summary: RT - Inconsistencies in CreateResponse message
Status: CLOSED WONTFIX
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: ResourceTransfer (show other bugs)
Version: FPWD
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Geoff Bullen
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords: hasProposal
Depends on:
Blocks:
 
Reported: 2009-02-20 21:21 UTC by Geoff Bullen
Modified: 2009-09-30 10:00 UTC (History)
1 user (show)

See Also:


Attachments

Description Geoff Bullen 2009-02-20 21:21:13 UTC
The RT spec, section 3.5, outlines the Create response message as:

[Body]
      <wxf:ResourceCreated>
          wsa:EndpointReferenceType
      </wxf:ResourceCreated>

However, the RT WSDL and schema currently state:

<wsdl:message name="CreateResponseMessage">
      <wsdl:part name="Body" element="wsrt:CreateResponse" />
</wsdl:message>

<xs:element name="CreateResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="wsrt:ResourceCreated" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

which results in a body:
[Body]
   <wsrt:CreateResponse>
      <wxf:ResourceCreated>
          wsa:EndpointReferenceType
      </wxf:ResourceCreated>
   </wsrt:CreateResponse>

This inconsistency needs to be fixed.
Comment 1 Robert Freund 2009-03-14 18:07:03 UTC
Action-20