dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Re: [Vrs-development] Defining WebServices (NetServices???)


From: Gopal V
Subject: Re: [DotGNU]Re: [Vrs-development] Defining WebServices (NetServices???)
Date: Thu, 5 Dec 2002 04:39:08 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Rhys Weatherley wrote:
>     typedef struct webservice webservice;

Make it 

        typedef struct _webservice webservice;

Which makes it easy to grep for the location of the struct ....
( struct _tagILClass ... and ILClass which I find very convenient....)

> I'll let others comment on whether the API meets the requirements
> of web services or not.

Nope .... Build an MS compatible one first ... the typical embrace ,
extend and extinguish model ....

I've got the method running program working .... which can call any
public static method marked with an attribute ...

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

[Prev in Thread] Current Thread [Next in Thread]