I suggest a way to set credentials for the webservice call. I would like to extend the configuration structure by adding user and password parameters. ``` webservice: client: url = https://cxf-boot-simple.herokuapp.com/my-foo-api/Weather user = someUserName password = secretPassword ```