Hello,

The client deployment can be specified using java -Daxis.ClientConfigFile=clinet-deploy.wsdd. If we use the stub, another way to specify the client deployment description is to use the following lines:
 EngineConfiguration config= new FileProvider("client-deploy.wsdd");
XXXServiceService locator = new XXXServiceServcie(config);

Unfortunatetly, I am not using stud generated from WSDL2Java. So how to specify the client deployment description in the client application? I know the setting of parameters and their values can be set dynamically using call.setProperty, such as

Service service = new Service();
Call call = (Call)service.createCall();
...
call.setProperty(UsernameToken.PASSWORD_TYPE, WSConstants.PASSWORD_DIGEST);
...

But I don't how to specify the passwordCallbackClass? Any input will be appreciated. thank you.

- Wei Zhang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to