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
  • 1.  .NET Framework version 4.0 supported yet in 8.2?

    Posted Tue January 08, 2013 09:34 PM

    Team

    Is anyone able to use dll compiled in .NET Framework 4.0 and create a .NET service in developer\Designer? Is it supported yet?

    Cheers,
    Akshith


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


  • 2.  RE: .NET Framework version 4.0 supported yet in 8.2?



  • 3.  RE: .NET Framework version 4.0 supported yet in 8.2?

    Posted Fri January 18, 2013 04:57 PM

    Yeah, We recompiled it on 3.5 framework and it worked. I saw this on Empower and thought something might have changed.


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


  • 4.  RE: .NET Framework version 4.0 supported yet in 8.2?

    Posted Fri January 18, 2013 05:32 PM

    May be they still working on to implement release who knows::frowning:


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


  • 5.  RE: .NET Framework version 4.0 supported yet in 8.2?

    Posted Fri January 25, 2013 08:54 PM

    The .net adapter uses reflection to create the flow service wrappers and it will work with 2.0, and 3.0 as long as you didn’t use any features like LINQ.

    The way to really integrate is by using soap with .net 4.0/WCF and creating a soap descriptor against the wcf wsdl.

    Regards,
    Valter


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


  • 6.  RE: .NET Framework version 4.0 supported yet in 8.2?

    Posted Mon January 28, 2013 07:00 PM

    Thanks for dropping a note Valter, The requirement was to use a Framework DLL which has the standard encryption methods to encrypt data and is being used enterprise wide by different applications.

    I would personally prefer SOAP over method calls anytime, but the clients Framework currently does not support SOAP and we have to live with it for at least another 3 yrs.

    Cheers,
    Akshith


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


  • 7.  RE: .NET Framework version 4.0 supported yet in 8.2?

    Posted Mon January 28, 2013 07:13 PM

    With WCF you can write a soap wrapper to whatever 2.0 dll, you would write the so it would go
    flow–>soap–>WCF–>old20.dll

    What kind of encryption and why not use the webMethods encryption or create a java service using JCE???

    http://docs.oracle.com/javase/1.4.2/docs/guide/security/jce/JCERefGuide.html


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


  • 8.  RE: .NET Framework version 4.0 supported yet in 8.2?

    Posted Tue January 29, 2013 02:01 PM

    I will explore the possibility of SOAP using WCF and making call to the dll.

    Initially i wrote the encryption services in Java but the Architecture group discouraged it and asked us to use the enterprise Framework for encryption developed in .NET. I can not get in to the details of what type of the encryption is being used in the dll but all i can say is the same thing can(has been) be done using Java.

    Cheers,
    Akshith


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