Hi, everyone:
I am using UsernameToken Authentication policy in rampart to secure my
axis 1.4 web service. Here is my call-back handler class on the service
side:
public class PWHandler implements CallbackHandler {
private String sessionID = null;
public void handle (Callback[] callb
Hello all:
I am creating a web service using Axis2.
I have httpd in front with the JK connector to push
web services to Tomcat. I do not have SSL configured
on Tomcat since httpd handles that.
When I try to download a WSDL using this url:
https://myserver.com/myapp/services/MyService?WSDL
I get