reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
297 stars 145 forks source link

How do I use Kerberized DefaultHttpClient for SoapClient? #30

Open jcmarfilph opened 9 years ago

jcmarfilph commented 9 years ago

I have an HttpDefaultClient that is constructed using Kerberos authentication via keytab. How do I use that to call SoapClient.post ?TIA