Search:

Type: Posts; User: abhaykumar; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thanks Zeeshan for pointing out the issues that...

    Thanks Zeeshan for pointing out the issues that one can face. So what do you suggest should be a solution that would allow me to handle any such issue in future. I beleive one way is to check the...
  2. Resolved

    The message converter that was used was StringHttpMessageConverter where the default charset is

    StringHttpMessageConverter DEFAULT_CHARSET = Charset.forName("ISO-8859-1");

    Setting

    MediaType...
  3. RestTemplate is changing the UTF-8 charater to junk value

    I'm using the rest template method

    public <T> ResponseEntity<T> exchange(URI url, HttpMethod method, HttpEntity<?> requestEntity, Class<T> responseType)

    where i have created HttpEntity...
  4. Replies
    0
    Views
    225

    RestTemplate on Tomcat 6.0.29 give 505

    We have a Spring REST webservice deployed on Tomcat 6.0.29. We are using REST Template to access the REST Service.

    HttpHeaders headers = new HttpHeaders();...
  5. Replies
    0
    Views
    590

    RestTemplate on Tomcat 6.0.29 give 505

    We have a Spring REST webservice deployed on Tomcat 6.0.29. We are using REST Template to access the REST Service.

    HttpHeaders headers = new HttpHeaders();...
  6. Thank you for the response and the work around....

    Thank you for the response and the work around. It works fine.
  7. Yes I agree that I have all the values in the...

    Yes I agree that I have all the values in the header. I need to create a Soap Request using the xsl transformer where I have
    <xsl:param name="paymentInstrumentToken" />...
  8. I'm sorry, but I couldn't get what you have...

    I'm sorry, but I couldn't get what you have suggested. In case of method type delete there is no request body that gets submitted, so the payload remains empty payload{}. Now I want to use the...
  9. WARN ...

    WARN o.s.i.h.i.HttpRequestHandlingMessagingGateway - failure occurred in gateway sendAndReceive
    org.springframework.integration.MessageHandlingException: error occurred in message handler...
  10. Payload Enricher doesnot work when palyload is empty.

    When the payload is empty the PayloadEnricher fails to add new values. In my case I'm using int-http:inbound-gateway for request type DELETE. So I do not have a payload body. I have to enrich the...
  11. Replies
    0
    Views
    235

    Response form HTTP Outbound Gateway

    Here is what I'm trying to achieve

    web-client --- > http-inboundgatway -----> http-putboundgateway -----> Spring REST service

    Now for http outbound gateway I have

    ...
Results 1 to 11 of 11