First Last Prev Next    No search results available
Details
: RT - Inconsistencies in CreateResponse message
Bug#: 6603
: WS-Resource Access
: ResourceTransfer
Status: CLOSED
Resolution: WONTFIX
: PC
: Windows NT
: FPWD
: P2
: normal
: ---

:
:
: hasProposal
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Geoff Bullen <geoffbu@microsoft.com>
Assigned To: Geoff Bullen <geoffbu@microsoft.com>
: notifications mailing list ...
:

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2009-02-20 21:21
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 From Robert Freund 2009-03-14 18:07:03 -------
Action-20
------- Comment #2 From Robert Freund 2009-09-26 12:20:00 -------
http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Sep/0083.html
proposes CWNA

First Last Prev Next    No search results available