I would recommend using any suitable replacement for the OFBiz
HttpClient - it is very rudimentary.
If you need an HTTP client that handles cookies and JavaScript, then
take a look at HTMLUnit - http://htmlunit.sourceforge.net. I used it in
my mashup POC code - https://issues.apache.org/jira/browse/OFBIZ-1873.
-Adrian
BJ Freeman wrote:
while working with yahoo API
I came accross the org.apache.commons.httpclient.HttpClient;
which has more functionality than the ofbiz HttpClient
is there any problem with making the ofbiz an HttpClient implementation
of the apache?