all groups > dotnet web services > october 2007 >
You're in the

dotnet web services

group:

Expose .net dll as web service


Re: Expose .net dll as web service Scott M.
10/19/2007 9:01:03 AM
dotnet web services:
AFAIK each method must be marked as a web method and the class itself must
be marked as a web service.


[quoted text, click to view]

Expose .net dll as web service inga2005
10/19/2007 10:48:55 AM
Hi! Is there a way to expose all the methods in a .net dll written i
C# as a web service without having to do it method by method but just
as a transparent layer?
/erik
Re: Expose .net dll as web service Spam Catcher
10/19/2007 8:31:55 PM
inga2005 <erik@liffner.se> wrote in news:1192790935.774135.240110
@t8g2000prg.googlegroups.com:

[quoted text, click to view]

Not easily ...

You could host the DLL as a .NET remoting service? In which case it would
Re: Expose .net dll as web service Andrew Faust
10/29/2007 7:14:58 PM
To add to what the others said. If you've got the source code you could
always use a text editor like UltraEdit to manually add the [WebMethod]
attribute all at once. It will at least save you the need to do it
manually.

--
Andrew Faust
andrew[at]andrewfaust.com
http://www.andrewfaust.com


[quoted text, click to view]
AddThis Social Bookmark Button