The issue got resolved when I started sending the query parameters under
header Exchange.HTTP_QUERY and removed it from the main url. Earlier my url
was like


https4://example.com/oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0
<https://debraj:deb...@example.com/oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0>".


Now in the working case my url is like

https4://example.com/oms-api/
<https://debraj:deb...@example.com/oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0>

and the query parameters are send as :
headers.put(Exchange.HTTP_QUERY, "
Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0
<https://debraj:deb...@example.com/oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0>
")

Can someone please let me know is it always recommended to send query
parameters under Exchange.HTTP_QUERY? I am asking this because sending the
query parameters with the main url is not failing always.


On Thu, Apr 14, 2016 at 2:08 PM, Debraj Manna <subharaj.ma...@gmail.com>
wrote:

> Hi,
>
> I am facing a weird problem with Camel Http 4 component. Let me try to
> explain.
>
> I am making a post request (added the header Exchange.HTTP_METHOD:
> HttpMethods.POST) via camel http 4 component. It is returning me
>
> {
>     "ErrorResponse": {
>         "Head": {
>             "RequestAction": "UpdateOrderInformation",
>             "ErrorType": "Sender",
>             "ErrorCode": "7",
>             "ErrorMessage": "E007: Login failed. Signature mismatch"
>         },
>         "Body": ""
>     }
> }
>
> Authentication was performed using authUserName & authPassword.
>
> But when I am sending the same url via curl as shown below:-
>
> curl -v -H "Accept: application/json" -H "Content-Type: application/json"
> -X POST -d '{"Request": {"Orders":[{"id_sales_order":
> 397,"address_billing": {"first_name":"John","last_name": "Doe","phone":
> "1234567","phone2": "1234","address1": "Sesamestreet 123","city":
> "Berlin","postcode": "12345","country": "Germany"}}]}}' "
> https://debraj:deb...@example.com/oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0
> "
>
> {
>   "SuccessResponse": {
>     "Head": {
>       "RequestId": "",
>       "RequestAction": "UpdateOrderInformation",
>       "ResponseType": "",
>       "Timestamp": "2015-07-02T12:26:03+0200"
>     },
>     "Body": []
> }
>
> I have enabled debug http log. Below is the output:-
>
> 2016-04-14T12:44:18.375+0530 | DEBUG | qtp1202042637-19 |
> RequestAddCookies                |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | CookieSpec selected: default
> 2016-04-14T12:44:18.385+0530 | DEBUG | qtp1202042637-19 |
> RequestAuthCache                 |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Auth cache not set in the context
> 2016-04-14T12:44:18.386+0530 | DEBUG | qtp1202042637-19 |
> olingHttpClientConnectionManager |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connection request: [route: {s}->https://example.com:443][total kept
> alive: 0; route allocated: 0 of 20; total allocated: 0 of 200]
> 2016-04-14T12:44:18.404+0530 | DEBUG | qtp1202042637-19 |
> olingHttpClientConnectionManager |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connection leased: [id: 0][route: {s}->https://example.com:443][total
> kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 200]
> 2016-04-14T12:44:18.406+0530 | DEBUG | qtp1202042637-19 |
> MainClientExec                   |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Opening connection {s}->https://example.com:443
> 2016-04-14T12:44:18.470+0530 | DEBUG | qtp1202042637-19 |
> aultHttpClientConnectionOperator |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connecting to example.com/54.169.255.232:443
> 2016-04-14T12:44:18.471+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connecting socket to example.com/54.169.255.232:443 with timeout 0
> 2016-04-14T12:44:18.572+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
> 2016-04-14T12:44:18.572+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
> TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256,
> TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,
> TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,
> TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,
> TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA,
> TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,
> TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA,
> TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
> TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256,
> TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,
> TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,
> TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,
> TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA,
> TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA,
> SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA,
> TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
> 2016-04-14T12:44:18.572+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Starting handshake
> 2016-04-14T12:44:19.007+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Secure session established
> 2016-04-14T12:44:19.008+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> |  negotiated protocol: TLSv1.2
> 2016-04-14T12:44:19.008+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> |  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
> 2016-04-14T12:44:19.009+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> |  peer principal: CN=*.jabong.com, OU=Domain Control Validated -
> RapidSSL(R), OU=See www.rapidssl.com/resources/cps (c)15, OU=GT60844633
> 2016-04-14T12:44:19.010+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> |  peer alternative names: [*.jabong.com, jabong.com]
> 2016-04-14T12:44:19.011+0530 | DEBUG | qtp1202042637-19 |
> SSLConnectionSocketFactory       |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> |  issuer principal: CN=RapidSSL SHA256 CA - G3, O=GeoTrust Inc., C=US
> 2016-04-14T12:44:19.015+0530 | DEBUG | qtp1202042637-19 |
> aultHttpClientConnectionOperator |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connection established 172.26.4.163:46864<->54.169.255.232:443
> 2016-04-14T12:44:19.016+0530 | DEBUG | qtp1202042637-19 |
> faultManagedHttpClientConnection |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0: set socket timeout to 20000
> 2016-04-14T12:44:19.016+0530 | DEBUG | qtp1202042637-19 |
> MainClientExec                   |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Executing request POST
> /oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0
> HTTP/1.1
> 2016-04-14T12:44:19.017+0530 | DEBUG | qtp1202042637-19 |
> MainClientExec                   |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Proxy auth state: UNCHALLENGED
> 2016-04-14T12:44:19.018+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> POST
> /oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0
> HTTP/1.1
> 2016-04-14T12:44:19.019+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> Accept: application/json
> 2016-04-14T12:44:19.019+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> Authorization: Basic cm9ja2V0OnJvY2s0bWU=
> 2016-04-14T12:44:19.019+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> breadcrumbId: ID-debraj1247-34494-1460618050527-0-5
> 2016-04-14T12:44:19.019+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> Content-Length: 224
> 2016-04-14T12:44:19.019+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> Content-Type: application/json
> 2016-04-14T12:44:19.019+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> Host: example.com
> 2016-04-14T12:44:19.019+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> Connection: Keep-Alive
> 2016-04-14T12:44:19.020+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.8.0_74)
> 2016-04-14T12:44:19.020+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> Accept-Encoding: gzip,deflate
> 2016-04-14T12:44:19.020+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "POST
> /oms-api/?Action=UpdateOrderInformation&ServiceName=OMS&Signature=25566099c0b6b6c5123bbfede4c91590512050668f957e2a43ef982a0dcf1c00&Timestamp=2016-04-14T12%3A44%3A17+0530&Version=1.0
> HTTP/1.1[\r][\n]"
> 2016-04-14T12:44:19.020+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "Accept: application/json[\r][\n]"
> 2016-04-14T12:44:19.020+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "Authorization: Basic cm9ja2V0OnJvY2s0bWU=[\r][\n]"
> 2016-04-14T12:44:19.021+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "breadcrumbId:
> ID-debraj1247-34494-1460618050527-0-5[\r][\n]"
> 2016-04-14T12:44:19.021+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "Content-Length: 224[\r][\n]"
> 2016-04-14T12:44:19.021+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "Content-Type: application/json[\r][\n]"
> 2016-04-14T12:44:19.021+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "Host: example.com[\r][\n]"
> 2016-04-14T12:44:19.021+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
> 2016-04-14T12:44:19.021+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.1
> (Java/1.8.0_74)[\r][\n]"
> 2016-04-14T12:44:19.021+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
> 2016-04-14T12:44:19.022+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >> "[\r][\n]"
> 2016-04-14T12:44:19.022+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 >>
> "{"Request":{"Orders":[{"id_sales_order":123,"address_billing":{"first_name":"John","last_name":"Doe","phone":"1234567","phone2":"1234","address1":"Sesamestreet
> 123","city":"Berlin","postcode":"12345","country":"Germany"}}]}}"
> 2016-04-14T12:44:19.099+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
> 2016-04-14T12:44:19.100+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Cache-Control: no-store, no-cache, must-revalidate,
> post-check=0, pre-check=0[\r][\n]"
> 2016-04-14T12:44:19.100+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Content-Type: application/json[\r][\n]"
> 2016-04-14T12:44:19.101+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Date: Thu, 14 Apr 2016 07:14:19 GMT[\r][\n]"
> 2016-04-14T12:44:19.103+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Expires: Thu, 19 Nov 1981 08:52:00 GMT[\r][\n]"
> 2016-04-14T12:44:19.103+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Pragma: no-cache[\r][\n]"
> 2016-04-14T12:44:19.105+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Server: nginx[\r][\n]"
> 2016-04-14T12:44:19.106+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Set-Cookie:
> SC_IN_STAGING_SESSION=mm4e23bn8g67v78nurn818qe83; expires=Fri, 15-Apr-2016
> 07:14:19 GMT; Max-Age=86400; path=/; secure; HttpOnly[\r][\n]"
> 2016-04-14T12:44:19.106+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "X-Server: ip-10-33-3-28[\r][\n]"
> 2016-04-14T12:44:19.108+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Content-Length: 172[\r][\n]"
> 2016-04-14T12:44:19.108+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "Connection: keep-alive[\r][\n]"
> 2016-04-14T12:44:19.108+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << "[\r][\n]"
> 2016-04-14T12:44:19.108+0530 | DEBUG | qtp1202042637-19 |
> wire                             |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 <<
> "{"ErrorResponse":{"Head":{"RequestAction":"UpdateOrderInformation","ErrorType":"Sender","ErrorCode":"7","ErrorMessage":"E007:
> Login failed. Signature mismatch"},"Body":""}}"
> 2016-04-14T12:44:19.112+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << HTTP/1.1 200 OK
> 2016-04-14T12:44:19.120+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Cache-Control: no-store, no-cache, must-revalidate,
> post-check=0, pre-check=0
> 2016-04-14T12:44:19.120+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Content-Type: application/json
> 2016-04-14T12:44:19.120+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Date: Thu, 14 Apr 2016 07:14:19 GMT
> 2016-04-14T12:44:19.120+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Expires: Thu, 19 Nov 1981 08:52:00 GMT
> 2016-04-14T12:44:19.124+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Pragma: no-cache
> 2016-04-14T12:44:19.124+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Server: nginx
> 2016-04-14T12:44:19.124+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Set-Cookie:
> SC_IN_STAGING_SESSION=mm4e23bn8g67v78nurn818qe83; expires=Fri, 15-Apr-2016
> 07:14:19 GMT; Max-Age=86400; path=/; secure; HttpOnly
> 2016-04-14T12:44:19.124+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << X-Server: ip-10-33-3-28
> 2016-04-14T12:44:19.125+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Content-Length: 172
> 2016-04-14T12:44:19.125+0530 | DEBUG | qtp1202042637-19 |
> headers                          |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | http-outgoing-0 << Connection: keep-alive
> 2016-04-14T12:44:19.129+0530 | DEBUG | qtp1202042637-19 |
> MainClientExec                   |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connection can be kept alive indefinitely
> 2016-04-14T12:44:19.142+0530 | DEBUG | qtp1202042637-19 |
> ResponseProcessCookies           |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Cookie accepted [SC_IN_STAGING_SESSION="mm4e23bn8g67v78nurn818qe83",
> version:0, domain:example.com, path:/, expiry:Fri Apr 15 12:44:19 IST
> 2016]
> 2016-04-14T12:44:19.143+0530 | DEBUG | qtp1202042637-19 |
> olingHttpClientConnectionManager |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connection [id: 0][route: {s}->https://example.com:443] can be kept
> alive indefinitely
> 2016-04-14T12:44:19.143+0530 | DEBUG | qtp1202042637-19 |
> olingHttpClientConnectionManager |  -  -  |
> {{camel.breadcrumbId,ID-debraj1247-34494-1460618050527-0-5}{camel.contextId,camel-1}{camel.exchangeId,ID-debraj1247-34494-1460618050527-0-6}{camel.messageId,ID-debraj1247-34494-1460618050527-0-5}{camel.routeId,route8}{reqId,fc652d13-8d81-4993-be88-89e93d93d7ef}{tId,5710da8e-abff-4444-b609-852c9d1118df}}
> | Connection released: [id: 0][route: {s}->https://example.com:443][total
> kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 200]
>
> Let me know if you need some more info from my side.Can some one help me
> in knowing how can I debug this issue or what could be going wrong?
>

Reply via email to