Dynamic web services. No asmx

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Houssam Zeina

    #1

    Dynamic web services. No asmx

    Hi,

    I need to write a service to handle web service discovery and requests
    without statically defining them in asmx files.

    I have a pluggable remoting infrastructure. I need to exposee all or some of
    the plug-in classes as web services, but without creating asmx files for
    them. I'm particularly interested in the possibility to reuse the whole
    asp.net web services infrastucture except the part when it traslates requests
    to .asmx files and resolve the type of the classes. I want to be able to hand
    over the type to the "WebServiceHand ler" directly. Moreover, I need to be
    able to create the class myself, since this class is usually a proxy to the
    real one.

    Thanks
Working...