0 Replies Latest reply on Nov 26, 2007 9:18 AM by rashmi_yes

    Interface as argument in java web service

    rashmi_yes

      Hi,
      Is it possible to pass/return interface as an argument in web service calls?
      I want to pass/return an interface(will point to any of its sub class implementation) to the server for callback purpose. I tried & getting an exception saying that 'the interface does not have default constructor'.

      Is there any way or any other alternative ways to do this.

      Thanks