How to Call .NET dll from WebMethods

Anyone knows how to call .NET dll from webMethods?

Thanks,

Shuren

The webMethods Microsoft Package documentation should get you started on the right direction. You can find it and all other product documentation on webMethods Advantage in the Bookshelf section.

Mark

Mark,

I found the document, but it only tell me how to invoke WM service from .net, and how to invoke .net remote service from WM.

Anyway other way can invoke a regular .NET dll?

Maybe I didn’t find the correct document.

Regards,

Shuren

Mmmm. When I worked with the WM Microsoft package some time back, you could “register” a .Net assembly (DLL) such that its public methods could be called from Flow. Is that not still the basic pattern?

M

That’s what I think, but I can’t find the document guide for that approach.
Do you know where is that document?

Thanks,

Shuren

From the webMethods for Microsoft Installation and User’s Guide 7.1 PDF available on Advantage in the Bookshelf section.

For step-by-step instructions see Chapter 3 “Using Developer with the .NET Package”.

Mark

Thanks, Mark.

I found the document.

Shuren