java.lang.NoSuchFieldError: org.apache.http.message.BasicLineFormatter.INSTANCE

2013-11-27 Thread Grigoriy A. Polyakov
Good day! I need help! I develop app for android with integration the IIS(SharePoint). And when i run this code(Code 2), i get ERROR java.lang.NoSuchFieldError: org.apache.http.message.BasicLineFormatter.INSTANCE I run this code in firstActivity in method onCreate(Code 1) Version httpclient -

Re: java.lang.NoSuchFieldError: org.apache.http.message.BasicLineFormatter.INSTANCE

2013-11-27 Thread Oleg Kalnichevski
On Wed, 2013-11-27 at 15:23 +0600, Grigoriy A. Polyakov wrote: Good day! I need help! ... } Thanks for any help. Grigoriy.Polyakov See my response on StackOverFlow. Oleg - To unsubscribe, e-mail:

SSL connection

2013-11-27 Thread Joan Balagueró
Hello, I have an application (servlet running on tomcat) that must send a https request to a server that requires client authentication. Tomcat has correctly installed the truststore and keystore. But I understand that when our app sends the https request, I have to attach the client