|
Hello, I am trying to demonstrate a java client application that use WSS4J to UsernameToken. I know the client-config.wsdd file can be specified as below using stubs. EngineConfiguration config = new FileProvider("client-config.wsdd"); StockQuoteServiceServiceLocator locator = new StockQuoteServiceServiceLocator(config); Unfortunately, I am not using stubs. So how to specify a client configuration file for a client application without using stubs? For example, if the client takes the configuration file as a command line argument, how to specify the file name in client? Any suggestions will be highly appreciated. Thank nyou. - Wei Zhang |
