1 Reply Latest reply on Aug 22, 2012 7:54 PM by ffang

    address from a cxf-web-service received a request

    isakoves

      Hello!

      Can anyone tell me how to find the address where cxf-web-service received the request.

       

      service settings:

      //beans.xml

            

       

      //route

       

                from("cxf:bean:MyCxfService")

                          .routeId("wsMyCxfService2switch")

                          .setProperty(Constants.ORIG_BODY_PROP, body())

      ....