How do I preserve the file timestamps when uploading or downloading a file
via Web Services, using WSE/DIME? Do I need to send this information along
manually (i.e. as separate parameters), or does the attachment itself
actually carry this information?
Thanks for your help!
- Joe Geretz -
Joseph Geretz - 26 Sep 2005 16:43 GMT
I'm handling this by sending the metdata in XML format as Attachment[0]. I
had to make a slight adjustment to my algorithms at either end to account
for the fact that Attachments[1..n] contain actual files, while
Attachment[0] contains the metadata for those files. It works.
- Joe Geretz -
> How do I preserve the file timestamps when uploading or downloading a file
> via Web Services, using WSE/DIME? Do I need to send this information along
[quoted text clipped - 4 lines]
>
> - Joe Geretz -