- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 19 Feb 2009 00:12:55 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6594
Summary: Add extensibility points for WS-Transfer wrappers
Product: WS-Resource Access
Version: FPWD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Transfer
AssignedTo: public-ws-resource-access-notifications@w3.org
ReportedBy: dug@us.ibm.com
Depends on: 6398
From:
http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Jan/0043.html
Once/if we decide on wrappers for the Transfer operations we should
make sure they have proper extensibility points - in particular
modify Transfer as follows:
T-GetResponse:
<wst:GetResponse ...>
xs:any +
</wst:GetResponse>
change the xs:any+ to xs:any*
T-PutRequest:
<wst:Put ...>
xs:any +
</wst:Put>
change the xs:any+ to xs:any*
T-PutResponse:
<wst:PutResponse ...>
xs:any ?
</wst:PutResponse>
change the xs:any+ to xs:any*
T-DeleteResponse:
<wst:DeleteResponse ...>
xs:any ?
</wst:DeleteResponse>
change the xs:any? to xs:any*
T-CreateResponse:
<wst:CreateResponse ...>
<wst:ResourceCreated>
xs:any ?
</wst:CreateResponse>
change the xs:any? to xs:any*
By making this change it will allow for extension specifications to
have more flexibility in what they send/receive.
--
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 Thursday, 19 February 2009 00:13:05 UTC