IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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

constructor of .NET dll lost after installed via WmDotNet

  • 1.  constructor of .NET dll lost after installed via WmDotNet

    Posted Fri April 18, 2008 01:16 AM

    Hello,

    I have a .NET dll looks like following. After I register it in WM by WmDotNet package, there is only Hello() service I can invoke, there is no Class1 Constructor I can initialize the object.

    public class Class1
    {
    private string str = “” ;

    public Class1(string x)
    {
    str = x;
    }
    public string Hello()
    {
    return str;
    }
    }

    Anyone can give me a help?

    Thanks in advance,

    Shuren
    class1.JPG


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods