Hi Peter, > 1) Can I verify that the handler has actually been deployed? When I run the command "java > org.apache.axis.utils.Admin client samples/security/clientsecuritydeploy.wsdd", I get no feedback, > though no Exceptions either.
You can check wheather Client-Config.wsdd has been created, if it has been created already, then just open it and check whether your service has been deployed in it, i.e. there should be a <service ....> ....... <service> entry for the service. > 3) When I run my own custom clients that are based off of classes generated by wsdls, I do not get this > exception, but I don't get any type of Signing message ('Beginning Client signing...') either... Does > the Handler only work for certain types of calls?? Is your Client-Config.wsdd is at the begining of your classpath of your custom client as well? I don't think handler only works for certain type of calls. Regards, Dimuthu.