7 Replies Latest reply on Jan 27, 2011 5:47 AM by davsclaus

    CXFRS with interface and passthrough

    sysgen

      I'm having trouble trying to create a route where in inbound request comes into CXFRS, the body is passed on to a processor that creates SQL and that is fed to the JDBC component before being transformed and returned to the client

       

      The client uses an interface like this:

       

      @Path("search")

      public interface SearchClient {

       

           @GET

           @Path("insuredAdditionalNameYOA")

           @Produces("application/xml")

           List