all groups > dotnet web services > march 2005 >
You're in the

dotnet web services

group:

Event based WebService method can't work well!


Re: Event based WebService method can't work well! Dilip Krishnan
3/31/2005 7:54:46 AM
dotnet web services:
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

[quoted text, click to view]

--
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
Event based WebService method can't work well! Selçuk Giray Özdamar
3/31/2005 1:56:15 PM
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?

AddThis Social Bookmark Button