D
David Talbot
I'm attempting to use the WSE 2.0 DimeReader/DimeWriter extensions to
implmenent a file server service for importing/exporting large files from our
data warehousing application. Obviously transferring 500mb+ files can't be
done in huge chunks buffered entirely in memory therefore I came across WSE's
promised capabililty of DIME Streaming using DimeReader/DimeWriter.
Unfortunetely if I'm to believe google, I could well be the only person to
ever actually use this API, there is almost no information out there on it
and what does exist is incomplete.
The problem at this point is I'm using the function "WriteToDime" and
"ReadFromDime" as specificed in apparently the only article on the net about
it
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/wsedime.asp
But it doesn't say exactly when to call these. Before or after the web
service request? How? I've tried both and I'm persistently getting the
following error:
WSE343: The DimeWriter cannot write to the specified stream.
Google is no help, I've searched on both WSE343 and the error message itself
and nothing... Help?
implmenent a file server service for importing/exporting large files from our
data warehousing application. Obviously transferring 500mb+ files can't be
done in huge chunks buffered entirely in memory therefore I came across WSE's
promised capabililty of DIME Streaming using DimeReader/DimeWriter.
Unfortunetely if I'm to believe google, I could well be the only person to
ever actually use this API, there is almost no information out there on it
and what does exist is incomplete.
The problem at this point is I'm using the function "WriteToDime" and
"ReadFromDime" as specificed in apparently the only article on the net about
it
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/wsedime.asp
But it doesn't say exactly when to call these. Before or after the web
service request? How? I've tried both and I'm persistently getting the
following error:
WSE343: The DimeWriter cannot write to the specified stream.
Google is no help, I've searched on both WSE343 and the error message itself
and nothing... Help?