Tag Archives: axis1.3

Patch Axis 1.3 to Use java.net.Authenticator

Axis 1.3 based web services client does not support java.net.Authenticator. Follow the instruction below to enable java.net.Authenticator support. Override org.apache.axis.transport.http.HTTPSender package com.my.patch.axis;   import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.InputStream; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; import java.util.logging.Logger; import … Continue reading

Posted in java, security | Tagged , | Leave a comment