[Freeipa-devel] json/rpc from apache/java HttpClient

2015-06-08 Thread Timothy Worman
I have developed a java client that is able to successfully commit transactions to FreeIPA using the json/rpc API. If it is useful, I could abstract all this and package it up to share. But I am seeing some interesting things - some of it may be my lack of experience using HttpClient but I wante

Re: [Freeipa-devel] json/rpc from apache/java HttpClient

2015-06-08 Thread Timothy Worman
On Jun 8, 2015, at 8:25 PM, Alexander Bokovoy wrote: > > On Mon, 08 Jun 2015, Timothy Worman wrote: >> I have developed a java client that is able to successfully commit >> transactions to FreeIPA using the json/rpc API. If it is useful, I >> could abstract all this an