Help my finaly with Soap Extension 8-((

  • Thread starter Thread starter alexey
  • Start date Start date
A

alexey

I have read your article (http://www.codeproject.com/useritems/EventsDuringWebservices.asp?target=progressbar|web|service)



It's very interesting: 8-)) In your article thete are some words about progress bar



I worked hard to do this but nothing works 8-(( My problem is to make some web service which will support 2 additional extensions (using Soap Extension). The first is compression of soap body section using zip compression (it's complete: works grate). And the second is showing progress bar in client application which will show to the user how mach data has been transferred from/to web service: (it does not complete. The all I can is sending to a client in soap header a amount (in bytes) of data which was generated as a response of Web Method )

But there are a lot of questions How to read a Soap Header before soap body starts transfer ???? How to invoke some methods when a small peace (not all) of data has been transferred??? And so on:.

So I need an example of Soap Extension which implements ability of showing progress bar (just like in a MS OutlookExpress while process "send and receive" command).



So help me, dear guru: It's very important to me:.

Tank's a lot:.



PS

This example doe's not work correctly

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/h
tml/service11052002.asp
 
Back
Top