Hi all, I'm trying to read a wsdl file protected using Basic Authentication. It appears I want to have a call similar to the following
WSIFUtils.readWSDLThroughAuthProxy
But not for proxy authorization. The difference between the above call
and what I am looking for is
Connection.setRequestProperty("Authorization",.
Rather than
Connection.setRequestProperty("Proxy-Authorization",.
As done in the above call.
Is there a way I can do this from within WSIF.
Thanks
Rod
