This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6636 - RT - Add example of resource after the create
Summary: RT - Add example of resource after the create
Status: CLOSED WONTFIX
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: ResourceTransfer (show other bugs)
Version: FPWD
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Geoff Bullen
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords: hasProposal
Depends on:
Blocks:
 
Reported: 2009-02-27 23:46 UTC by Geoff Bullen
Modified: 2009-09-30 10:01 UTC (History)
2 users (show)

See Also:


Attachments

Description Geoff Bullen 2009-02-27 23:46:37 UTC
Table 13: good example. Would like to see the result of this creating this object. It would be interesting to see what the representation of the resource is after this query.
How do I define what type of resource I am creating?  Can I do that?
Comment 1 Robert Freund 2009-03-12 13:44:36 UTC
Action-46 on editors to create example text for review
Action-47 on Geoff to create a new issue on the second part of the issue
This issue to be divided
Comment 2 Doug Davis 2009-03-12 13:45:20 UTC
Since Transfer now has a null constructor, Geoff's 2nd comment applies to Transfer as well so the new issue should apply to T as well as RT.
Comment 3 Doug Davis 2009-03-12 13:45:55 UTC
Propose resource represenation: 

(01) <Disk xmlns="http://example.org/sample"> 
(02)   <DiskCapacity>62500000000</DiskCapacity> 
(03)   <DiskFreeSpace>524182841</DiskFreeSpace> 
(04)   <SerialNumber>123-F2560</SerialNumber> 
(05)   <LastAuditDate>1998-05-25T13:30:15</LastAuditDate> 
(06)   <Volume> 
(07)     <Drive>C:</Drive> 
(08)     <Label>MyDrive-C</Label> 
(09)     <TotalCapacity>10000000000</TotalCapacity> 
(10)     <FreeSpace>6234794528</FreeSpace> 
(11)   </Volume> 
(12) </Disk>