0 Replies Latest reply on Jun 9, 2005 2:55 AM by krueger

    Integration using JCA or Web Services

    krueger

      Hello!

      I'm in the middle of choosing between different strategies to integrate a couple of 3rd party systems in a middleware project based on JBoss AS 4. The systems i will integrate with will probably have only web service interfaces available. I was wondering if anyone would see a benefit in trying to wrap these web service interfaces in JCA resource adaptors? My idea is that it would enable me (at least in theory) to enhance the services provided by the 3rd party myself with respect to security and transactions, for example.

      Is this making any sense or should I stick with the plain web services?