Skip to main content
Announcements
New: No-code data prep in Qlik Cloud Analytics™ TAKE A TOUR
cancel
Showing results for 
Search instead for 
Did you mean: 
Ahhouais
Contributor
Contributor

tRESTClient : problem with the POST Verb

Hi all,
I have created a tREST service with the Integration view using the tRESTRequest component.
I have created 2 output flows : one with the GET verb and the other with the POST verb.
When I call this web service with soapUI, the GET verb woks pretty good.
Not with the POST verb. I have this message : 
2016-09-06 11:01:29,877 | WARN  | tp1686786251-327 | AbstractJAXBProvider             | rs.provider.AbstractJAXBProvider

</


To see the whole post, download it here
Labels (6)
1 Reply
atelesh
Contributor
Contributor

223 | 135 - org.apache.cxf.cxf-rt-frontend-jaxrs - 2.7.5 | Message body is empty


73 | 135 - org.apache.cxf.cxf-rt-frontend-jaxrs - 2.7.5 | javax.ws.rs.BadRequestException

seems your POST operation configured for accept JSON as payload and you invoke it with empty request body.