RE: Camel Http vs Camel Http4 - Content Type Header

2017-04-08 Thread Goyal, Arpit
Hi Souciance, Any luck in solving the puzzle? Regards, Arpit. -Original Message- From: souciance [mailto:souciance.eqdam.ras...@gmail.com] Sent: Wednesday, April 5, 2017 11:06 PM To: users@camel.apache.org Subject: RE: Camel Http vs Camel Http4 - Content Type Header Hi, I can take

RE: Camel Http vs Camel Http4 - Content Type Header

2017-04-06 Thread souciance
uot;*HTTP FAILED > END*"); > } > if(exception != null) { > throw exception; > } > } > }); > > > from(startHttp).setBody().constant(SCIM_PAYLOAD).to(h

RE: Camel Http vs Camel Http4 - Content Type Header

2017-04-05 Thread Goyal, Arpit
LOG.info("*HTTP SUCCESS BEGIN*********"); LOG.info(exchange.getIn().getBody(String.class)); LOG.info("*HTTP SUCCESS END*"); } }); from(startHttp4).s

Re: Camel Http vs Camel Http4 - Content Type Header

2017-04-04 Thread souciance
> > 2017/04/04 00:48:55:619 CEST [DEBUG] wire - http-outgoing-0 >> > "{[\r][\n]" > > 2017/04/04 00:48:55:620 CEST [DEBUG] wire - http-outgoing-0 >> "}" > > > > [1] - > > org.apache.camel.component.http4.HttpProducer.createRequestEntity(E

Re: Camel Http vs Camel Http4 - Content Type Header

2017-04-04 Thread Goyal, Arpit
gt;> "{[\r][\n]" > 2017/04/04 00:48:55:620 CEST [DEBUG] wire - http-outgoing-0 >> "}" > > [1] - > org.apache.camel.component.http4.HttpProducer.createRequestEntity(Exchange) > > Regards, > Arpit. > > > -Original Message- &g

RE: Camel Http vs Camel Http4 - Content Type Header

2017-04-03 Thread Goyal, Arpit
EBUG] wire - http-outgoing-0 >> "}" [1] - org.apache.camel.component.http4.HttpProducer.createRequestEntity(Exchange) Regards, Arpit. -Original Message- From: souciance [mailto:souciance.eqdam.ras...@gmail.com] Sent: Thursday, February 9, 2017 1:40 PM To: users@camel.apa

RE: Camel Http vs Camel Http4 - Content Type Header

2017-02-09 Thread Goyal, Arpit
Subject: Re: Camel Http vs Camel Http4 - Content Type Header Well it should be pretty easy to setup a http server and see what headers your route are sending and compare that to what the actual server wants. If camel-http4 is suppressing some headers then perhaps try another component. On Thu, Feb 9

Re: Camel Http vs Camel Http4 - Content Type Header

2017-02-09 Thread souciance
st-td5746414.html#a5752856 > > Does this mean we CAN"T USE - Camel-HTTP4 ? > > Regards, > Arpit. > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/Camel-Htt

Camel Http vs Camel Http4 - Content Type Header

2017-02-09 Thread Goyal, Arpit
Hi, We were on Camel-Http (2.16) and moving to Camel-Http4 (2.16) and saw that URL which worked with Camel-http now fails with Camel-Http4 with status code - 415 (Unsupported Media Type). Caused by: org.apache.camel.http.common.HttpOperationFailedException: HTTP operation failed invoking