Re: modifying endpoint

2013-05-10 Thread Madhukar
Hi. I am also facing the same problem. It is appending the entry REST API's context - /rest/clm/request to the TO address- http://172.20.33.207:7072/cache-service/rest/cacheservice/CLM/SESSION-CONTEXT/01/SN123456789/rest/clm/request and I am getting the a 404 response code. Any workarounds or sol

Re: modifying endpoint

2013-04-26 Thread Claus Ibsen
Maybe not bridge the endpoint, if you need to always call the same url. On Thu, Apr 25, 2013 at 6:06 PM, Vas wrote: > my actual endpoint is going to be change dynamically(adding "/test" > automatically). > > org.apache.camel.component.http.HttpOperationFailedException: HTTP operation > failed in

Re: modifying endpoint

2013-04-25 Thread Vas
my actual endpoint is going to be change dynamically(adding "/test" automatically). org.apache.camel.component.http.HttpOperationFailedException: HTTP operation failed invoking http://localhost:8080/app/jsp/second.jsp/test/ with statusCode: 404 so that getting 404. is there any solution to not

Re: modifying endpoint

2013-04-25 Thread Claus Ibsen
For the HTTP error code then the its returned by the remote server http://en.wikipedia.org/wiki/HTTP_404 On Thu, Apr 25, 2013 at 4:43 PM, Vas wrote: > Hi Claus, > i was modified my route as below. > > > > > > Bye World > > uri="htt

Re: modifying endpoint

2013-04-25 Thread Vas
Hi Claus, i was modified my route as below. Bye World http://localhost:8080/app/jsp/second.jsp?bridgeEndpoint=true"/> however I still get the same behavior. -- View this message in context: http://camel.465427.n5.nabble.com/modif

Re: modifying endpoint

2013-04-24 Thread Claus Ibsen
Hi You can use the wire tap eip to send a tapped message to the 2nd route. Do that before you call the http endpoint. On Tue, Apr 23, 2013 at 2:39 PM, Vas wrote: > Hi, > I have two routes in camel context. > first route is for sync and second for async. > i want the response from first route on