views:

28

answers:

0

We are using NETCFSvcUtil for generating WCF services proxy. The proxy class contains only methods that calls the web services in synchronous way, but we need to call the web service methods asynchronously. Can someone tell me how to generate service proxies for .NET CF that calls WCF Services asynchronously?