Dynamic Webservice Loading

  • Thread starter Alexandre Brisebois (www.pointnetsolutions.com)
  • Start date
A

Alexandre Brisebois (www.pointnetsolutions.com)

Hi I was wondering if it was possible to completly enclose a webservice
in an assembly and dynamically
enable this webservice through an http handler of some sort ? this
would mean not having the publicly accessible asmx file.

best regards,
Alexandre Brisebois
 
G

Gray Chan

..NET process ".asmx" webservices throught a http handler
System.Web.Services.Protocols.WebServiceHandlerFactory,which is in
assembly System.Web.Services.dll
Decompile this assembly by Lutz Roeder's .NET Reflector,and you may get
some idea.
 
A

Alexandre Brisebois (www.pointnetsolutions.com)

do you have a URI for this resource ?

any help on accomplishing this is extremely apreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top