Hi,
Just FYI, I don't think it's GroupWise that is decoding it. It's likely the
SOAP framework that you are using that is decoding it. Not all environments
will work this way - some other dev environments may NOT automatically
decode the data.
--sk.
>>> On 9/25/2009 at 4:16 AM, loic01<loic01@no-mx.forums.novell.com> wrote:
> Hi Preston,
>
> I just wanted to copy the document from GW Server and download it unto
> my file system without checking it out. I've managed to do that, the
> mistake that I made is that I was trying to decode the data that I
> receive from the server using Base64Decode but it seems that the data
> you get from the server is already decoded, I think GW SOAP handles the
> decoding of the data for you. Anyway, thanks...
>
> Preston Stephenson;1856185 Wrote:
>> The copy out and viewed are the only two
>> statuses that can get a document out with
>> SOAP. All of the version events are available
>> to see what is done to a document.
>>
>> Some documentation is at:
>> ftp://ftp.novell.com/outgoing/docman.pdf
>>
>> In particular, look at the "Version object"
>> section.
>>
>> Preston
>>
>> >>> On Monday, September 14, 2009 at 9:57 AM, Sean
>> Kirkby<skirkby@armordatasystems.com> wrote:
>> > Preston,
>> >
>> > Is your advice meant to allow one to tell when a document was viewed
>> or
>> > checked out?
>> >
>> > Or is it meant to allow one to actually copy a document out?
>> >
>> > If the latter, how is it used?
>> >
>> > Thanks.
>> >
>> > ‑‑sk.
>> >
>> >>>> On 9/14/2009 at 7:13 AM, Preston
>> Stephenson<PStephenson@gw.novell.com>
>> wrote:
>> >
>> > CopyOut is not supported. You will have to use
>> > VersionEventType checkOut or viewed.
>> >
>> >>>> On Friday, September 11, 2009 at 3:26 AM,
>> > loic01<loic01@no‑mx.forums.novell.com> wrote:
>> >
>> >> Hi Preston,
>> >>
>> >> I'm having some problems to CopyOut a document from GroupWise DMS
>> and
>> >> save that document on the file system. do you perhaps have a sample
>> code
>> >> that will help me to achieve this.
>> >>
>> >> Thanks