我正在尝试使用Retrofit和OkHttpClient调用SOAP请求,但是我无法使用NTLM Auth访问位于URL中的WSDL文件。
如何使用OkHttpClient创建NTLM Auth?
我尝试过这个解决方案:https://github.com/square/okhttp/issues/206 但是这个类没有编译apache文件的原因......
由于
答案 0 :(得分:0)
你应该把它添加到你的
的build.gradle
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
我认为它可以帮助你