Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    699

    That's good to know; and a great feature. ...

    That's good to know; and a great feature. springframework is a great library
  2. Replies
    4
    Views
    699

    Thank you Roy. That worked! Usually I'm good at...

    Thank you Roy. That worked! Usually I'm good at reading the instructions. Guess I fell a bit short here.
  3. Replies
    4
    Views
    699

    Getting null body in httpResponse

    Reading my headers, it's reporting the correct number of bytes in the header. But the body is empty.

    Header:
    <200 OK,{Date=[Thu, 29 Nov 2012 16:26:06 GMT], Server=[Apache],...
  4. well, it appears I copied a few bad examples as...

    well, it appears I copied a few bad examples as this line was missing: template.setRequestFactory(new HttpComponentsClientHttpRequestFactory());


    adding that line in fixes the issue
  5. Trying to POST and getting NullPointerExection

    I've read and tried just about every solution on the internet for doing this, and they all seem to produce an exception for me. I am successfully doing a GET but can't seem to get a POST to work.
    ...
Results 1 to 5 of 5