Try turning on security for the service's connection. Delicious implements security through an https connection, which is what they use for all their services. Implementing something along that lines should achieve what you want.
...Glenn On Wed, Oct 29, 2008 at 7:38 PM, Venky <[EMAIL PROTECTED]> wrote: > > Hi, > > How can I secure my Web Service from caller calling it? > > Let say I've a web service facing external customers (ie on Internet) > - I want my web method can call by only few peoples not by everyone? > > I know its kind of open ended question - any idea highly appreciate > > Regards > Venky >
