I am using QAF Webservice support for API automation. I have a case where a GET
request has a body present. If I pass the request as either using properties file or xml file, on executing I am getting 404
not found response. If the GET
request does not have a body present, it works fine in that scenario without any issues. But not with GET
request having a body. Upon debugging, found that jersey client API at the end changes the request from GET
to POST
if a GET
request has a body. Please let me know on how to handle this scenario using QAF WebService.
Thanks,
You can use apache HttpClient that will allow to have body with get request. In order to use apache HttpClient, you need to provide implementation of
RestClientFactory
and register using propertyrest.client.impl
.Here is the sample code from the qaf users group.
In order to use it, register your class using
rest.client.impl
property, in above case: