This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.
Action-20
http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Sep/0083.html proposes CWNA