Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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.