The issue is the login rest endpoint is getting called twice when I invoke it
once by below process.

When I hit http://localhost:8080/login it calls the cxfrs server which calls
the cxfrs client according to below route.

<from uri="cxfrs:bean:aiRsServer"/> 
<process ref="aiRestServerProcessor" id="a"/> 
<to ref="aiRestProducer"/> 
</route> 

Then the client is calling another cxfrs service which has got the actual
login endpoint implementation.
<route> 
<from
uri="cxfrs:bean:nRsServer?performInvocation=true&amp;propagateContexts=true"/> 
<process ref="niRestPostProcessor"/> 
</route>

Now during the execution of the process the login endpoint is getting called
twice. 
 




--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-invoking-rest-endpoint-two-times-tp5780019p5780838.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to