ws publication without static code.

2004-02-12 Thread dario
hi, I wanna expose some backend functionality, but I don't wanna make the tedious task of coding each method invocation, cause they'll be just wrappers to db stored procedures. In fact, I'd like to code just a generic web service's method caller, which take the method name as parameter. I've

Re: ws publication without static code.

2004-02-12 Thread Chris Haddad
have you looked at making your implementation a message service? /Chris -- Original Message -- From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 12 Feb 2004 13:30:35 -0600 hi, I wanna expose some backend functionality, but I don't wanna