4 Replies Latest reply on Aug 4, 2015 4:08 AM by ozkin

    Using SCA: multiple operations on service interface

    ozkin

      My Bean component invokes a service using SCA reference binding (the interface defines two methods). And at run-time I am getting following error:

       

      SWITCHYARD014031: Operation name required - multiple operations on service interface

       

      Any ideas why is that? Can't SCA interface have more than one method? or where should I define the operation name? I specify operation name in the code, when I invoke that operation..