Results 1 to 2 of 2

Thread: How to Expose a DLL through a WebService

  1. #1

    Thread Starter
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681

    How to Expose a DLL through a WebService

    Anyone have any links or knowledge about how to expose a DLL through a WebService. I have been able to create and use a webservice with methods directly in the Service.asmx file, but not sure how to go about it with a DLL.

    Any help is much appreciated!

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I think you'd have to build a webservice 'wrapper' around the dll to access or forward the functions. As a type of deployment you can call or access dlls that are remote or over the internet via the LoadFrom method of the Assembly object from within a winform or web application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width