- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 20 Feb 2009 21:21:13 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6603 Summary: RT - Inconsistencies in CreateResponse message Product: WS-Resource Access Version: FPWD Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: ResourceTransfer AssignedTo: public-ws-resource-access-notifications@w3.org ReportedBy: geoffbu@microsoft.com 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. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
Received on Friday, 20 February 2009 21:21:23 UTC