Hi

This looks fine, saves on configuring individual clients
Cheers, Sergey
On 24/06/15 17:00, Jose María Zaragoza wrote:
2015-06-24 16:06 GMT+02:00 Jose María Zaragoza <[email protected]>:
Hello:

I'm using CXF 2.7.8
When I try to invoke an URL with PATCH verb , I'm getting

"Invalid HTTP method: PATCH"

I've upgraded httpclient to 4.2.1. (httpclient-4.2.1.jar) but it still fails


Any ideas ?
Thanks and regards


OK. Solved

I've got :

1) use cxf-rt-transports-http-hc

2)

<cxf:bus>
<cxf:properties>
<entry key="use.async.http.conduit" value="true"/>
</cxf:properties>
  </cxf:bus>

Question: is this the best place to configure ?


Regards


Reply via email to