Invoking .dll file from webMethods or Importing .dll file into IntegrationServer

How can we expose .DLL as WebService inside webMethods?

Seriously don’t do this. If you need to expose .Net stuff to the world use a web service (SOAP or REST doesn’t matter). Don’t tie your two platforms together with a DLL.