Bug / Issue Tracking Service
Bugzilla – Bug 6603
RT - Inconsistencies in CreateResponse message
Last modified: 2009-09-30 10:00:35
You need to log in before you can comment on or make changes to this bug.
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