webMethods

webMethods

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.

 View Only
Expand all | Collapse all

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

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

    Posted Thu August 16, 2012 08:29 AM

    How can we expose .DLL as WebService inside webMethods?


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Invoking .dll file from webMethods or Importing .dll file into IntegrationServer

    Posted Thu August 16, 2012 02:24 PM

    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.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB