[ 
https://issues.apache.org/jira/browse/GROOVY-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pascal Schumacher closed GROOVY-7730.
-------------------------------------
    Resolution: Invalid

Hi Chethan,

HttpBuilder is not part of Groovy. Please create issues for HttpBuilder at 
[https://github.com/jgritman/httpbuilder/issues]. You can asks questions about 
httpbuilder on stackoverflow: 
[http://stackoverflow.com/questions/tagged/httpbuilder] Thanks!

Cheers,
Pascal

> ResponseParseException - HttpBuilder - RestCLient
> -------------------------------------------------
>
>                 Key: GROOVY-7730
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7730
>             Project: Groovy
>          Issue Type: Bug
>          Components: parser
>            Reporter: Chethan Ranganatha
>
> I see the below exception when I submit my request: 
> groovyx.net.http.ResponseParseException: OK 
> Request: 
> def response = new RestClient().post([ "http://endpoint/path";, 
>             contentType: ContentType.JSON, 
>             body: {"s":a, "b":"af"}]) 
> Groovy version: 2.3.10 
> HttpBuilder version : 0.7.1 
> I know that the server responds 200 :OK for this request. I tested it using 
> Advanced Rest Client chrome app. 
> I referred the thread 
> http://www.groovy-lang.org/mailing-lists.html#nabble-td333800 but not 
> helpful. Please let me know how I can resolve this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to