I'm using Visual Studio 2005 Beta1. A windows application consumes my
HelloWorld web service. But i can't call the event based model in the client
application.
I can't do this in the windows client application:
void btnClick(.................)
{
service.HelloWorldCompleted+=new HelloWorldCompletedEventHandler
(this.HelloWorldCompleted);
}
The problem is i can't call the serviceMethod's Completed event from client.
Any idea?
events and delegates imply inprocess communication. In the web services
world there are specs that address your problem, WS-Eventing in
particular. For an implementation of that spec look at
http://sf.net/projects/plumbworkorange
Selçuk Giray Özdamar wrote:
> I'm using Visual Studio 2005 Beta1. A windows application consumes my
> HelloWorld web service. But i can't call the event based model in the client
[quoted text clipped - 11 lines]
>
> Any idea?

Signature
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com