Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone hint me about what can I try for getting a WCF Progress Bar that tracks the web service call completion?

We have client code using WCF which communicates with web services generated from JAVA JAX-WS. Most call are fairly quick and very few use attachments (MTOM). In some cases we have very slow connections where user will appreciate a progress bar for the web service completion.

The only thing I can think is try to figure out what is the full message size and make the progress bar work out of the current transmission completion. This probably get low level like SOAP or HTTP.

Any hints about what to look for?

Thanks
Posted

1 solution

You can use the WCF service callback channel to send size info as it is requested then intermittantly send update info.


this is a very good article
http://msdn.microsoft.com/en-us/magazine/cc163537.aspx#S2[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900