Hello,
I want to send binary files to a webservice by using DIME-Attachments. While
the upload, I want to show a progressBar in the client application to show
the status of the upload, but I have no idea how to get a stream or so of
the sent DIME-Attachements. I have allready tried to use a SOAP-Extension,
but by this, I got only a stream of the SOAP-Message and not of the attached
binaries. Has anybody an idea?
Best Regards,
Kai
Dan Rogers - 15 Feb 2005 21:33 GMT
You won't have a lot of luck adding in callbacks like this for a progress
bar. The entire message gets transferred all at once, and there is no way
to signal (easily) that the far end is chunking thru the parts of the
message.
--------------------
>From: "Kai Huener" <mail@kaihuener.de>
>Subject: Stream of DIME-Attachement
[quoted text clipped - 10 lines]
>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:5521
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
[quoted text clipped - 9 lines]
>Best Regards,
>Kai